mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
supabase init
This commit is contained in:
parent
8a4623eb7b
commit
230b01591f
5 changed files with 10680 additions and 0 deletions
17
tightknit-umami.code-workspace
Normal file
17
tightknit-umami.code-workspace
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "project-root",
|
||||
"path": "./"
|
||||
},
|
||||
{
|
||||
"name": "supabase-functions",
|
||||
"path": "supabase/functions"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.exclude": {
|
||||
"supabase/functions/": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue