Add deploy startup seed guard

This commit is contained in:
2026-07-07 23:11:36 +03:00
parent 8dd43c57ca
commit 1322f5d8cc
3 changed files with 44 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"start:deploy": "prisma db push && tsx prisma/seed-if-empty.ts && next start",
"lint": "next lint",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",