fix:add drizzle to prod instead of dev so migrations can be ran in build step of docker entrypoint

This commit is contained in:
2025-12-16 14:42:55 +01:00
parent b7eb7ad1ad
commit 1a7703b63b

View File

@@ -33,7 +33,6 @@
"bits-ui": "^2.11.4",
"clsx": "^2.1.1",
"drizzle-kit": "^0.30.2",
"drizzle-orm": "^0.40.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-storybook": "^9.1.8",
@@ -60,6 +59,7 @@
"@node-rs/argon2": "^2.0.2",
"@sveltejs/adapter-vercel": "^5.10.2",
"arctic": "^3.7.0",
"drizzle-orm": "^0.40.0",
"lucide-svelte": "^0.553.0",
"nanoid": "^5.1.6",
"postgres": "^3.4.5",