From 1a7703b63b7e154f4d20e9dc810663df74d8a062 Mon Sep 17 00:00:00 2001 From: zias Date: Tue, 16 Dec 2025 14:42:55 +0100 Subject: [PATCH] fix:add drizzle to prod instead of dev so migrations can be ran in build step of docker entrypoint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9272d4c..045b7ef 100644 --- a/package.json +++ b/package.json @@ -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",