Updated code so it doenst build on server
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user