DB fix, favicon
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"db:migrate": "drizzle-kit migrate",
|
||||
"db:seed": "npx tsx scripts/seed.ts"
|
||||
"db:seed": "npx tsx --env-file=.env scripts/seed.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^7.0.1",
|
||||
|
||||
Reference in New Issue
Block a user