doorman/doorman.code-workspace
Martin Dimitrov 9a1f4877db
Some checks failed
Build and push Doorman UI / API / docker (push) Failing after 34s
add ci for twilio
2024-10-26 11:13:47 -07:00

22 lines
298 B
Plaintext

{
"folders": [
{
"path": "packages/client"
},
{
"path": "packages/server"
},
{
"path": "."
},
{
"path": "packages/serverless"
},
{
"path": "../../sideprojects/2023/smart-door-buzzer-twilio-functions"
}
],
"settings": {
"dotenv.enableAutocloaking": false
}
}