chore(#29): generate database types

This commit is contained in:
OllyNicholass
2024-09-17 18:37:32 +01:00
parent cd1d4b7d71
commit 6cf1ffe4f4
3 changed files with 629 additions and 641 deletions
+4 -2
View File
@@ -9,7 +9,8 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
"format": "prettier --write .",
"generate": "supabase gen types typescript --local > types/supabase.d.ts && prettier --write types/supabase.d.ts"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
@@ -51,5 +52,6 @@
},
"engines": {
"node": ">=18.13.0"
}
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
+1 -1
View File
@@ -1,6 +1,6 @@
# A string used to distinguish different Supabase projects on the same host. Defaults to the
# working directory name when running `supabase init`.
project_id = "saas"
project_id = "SvelteKitSaasBoilerplate"
[api]
enabled = true
+624 -638
View File
File diff suppressed because it is too large Load Diff