This commit is contained in:
Vasily Zubarev
2025-05-03 10:27:03 +02:00
parent 26991a1520
commit 9c0ba62589
3 changed files with 6 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "next dev -p 7331 --turbopack",
"build": "next build",
"start": "prisma generate && prisma migrate deploy && next start",
"start": "prisma migrate deploy && next start",
"lint": "next lint"
},
"dependencies": {