mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 11:03:49 +00:00
chore(#29): generate database types
This commit is contained in:
+4
-2
@@ -9,7 +9,8 @@
|
|||||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||||
"lint": "prettier --check . && eslint .",
|
"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": {
|
"devDependencies": {
|
||||||
"@sveltejs/adapter-auto": "^3.0.0",
|
"@sveltejs/adapter-auto": "^3.0.0",
|
||||||
@@ -51,5 +52,6 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.13.0"
|
"node": ">=18.13.0"
|
||||||
}
|
},
|
||||||
|
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# A string used to distinguish different Supabase projects on the same host. Defaults to the
|
# A string used to distinguish different Supabase projects on the same host. Defaults to the
|
||||||
# working directory name when running `supabase init`.
|
# working directory name when running `supabase init`.
|
||||||
project_id = "saas"
|
project_id = "SvelteKitSaasBoilerplate"
|
||||||
|
|
||||||
[api]
|
[api]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|||||||
Vendored
+494
-508
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user