Files
supabase/examples/edge-functions/edge-functions.code-workspace
dannykng 9370244537 Revert "chore: remove examples"
This reverts commit 05b96de142.
2022-09-16 10:13:18 -07:00

24 lines
363 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
}
}
}