Files
HKSingleParty/99_references/supabase-examples/edge-functions/edge-functions.code-workspace
2025-05-28 09:55:51 +08:00

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"
}
}