25 lines
425 B
Plaintext
25 lines
425 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "project-root",
|
|
"path": "./"
|
|
},
|
|
{
|
|
"name": "test-client",
|
|
"path": "app"
|
|
},
|
|
{
|
|
"name": "supabase-functions",
|
|
"path": "supabase/functions"
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"node_modules/": true,
|
|
"app/": true,
|
|
"supabase/functions/": true
|
|
},
|
|
"deno.importMap": "./supabase/functions/import_map.json"
|
|
}
|
|
}
|