DB fix, favicon

This commit is contained in:
2026-04-24 13:53:41 +02:00
parent 669521b4dd
commit 669bb9b09d
5 changed files with 35 additions and 3 deletions

View File

@@ -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",