Updated code so it doenst build on server

This commit is contained in:
2025-09-05 13:35:48 +02:00
parent 778dcd8eb4
commit 700fa40416
8 changed files with 22 additions and 10 deletions

View File

@@ -14,8 +14,7 @@
"db:push": "drizzle-kit push",
"db:up": "docker compose -f dev-db.yml up -d",
"db:down": "docker compose -f dev-db.yml down",
"container": "bun db:migrate && bun start",
"container:build": "bun run build && bun db:migrate && bun start"
"container": "bun db:migrate && bun start"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
@@ -37,6 +36,7 @@
"date-fns": "^4.1.0",
"drizzle-orm": "^0.44.4",
"lucide-react": "^0.539.0",
"motion": "^12.23.12",
"next": "15.4.6",
"next-themes": "^0.4.6",
"postgres": "^3.4.7",