umami/tightknit-umami.code-workspace
2023-11-12 01:59:45 -05:00

17 lines
252 B
Text

{
"folders": [
{
"name": "project-root",
"path": "./"
},
{
"name": "supabase-functions",
"path": "supabase/functions"
}
],
"settings": {
"files.exclude": {
"supabase/functions/": true
}
}
}