doorman/doorman.code-workspace
Martin Dimitrov e37df33c08
All checks were successful
Build and push Doorman UI / API / docker (push) Successful in 49s
migrate buzzer client
2024-10-26 11:39:48 -07:00

19 lines
217 B
Plaintext

{
"folders": [
{
"path": "packages/client"
},
{
"path": "packages/server"
},
{
"path": "."
},
{
"path": "packages/serverless"
}
],
"settings": {
"dotenv.enableAutocloaking": false
}
}