Skip to content

Commit 09916d9

Browse files
committed
1 parent 536859e commit 09916d9

File tree

5 files changed

+7505
-25
lines changed

5 files changed

+7505
-25
lines changed

devhunt.code-workspace

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"folders": [
3+
{
4+
"name": "project-root",
5+
"path": "./"
6+
},
7+
{
8+
"name": "supabase-functions",
9+
"path": "supabase/functions"
10+
}
11+
],
12+
"settings": {
13+
"files.exclude": {
14+
"supabase/functions/": true
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)