next fix
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "npx prisma migrate deploy && next start",
|
||||
"start": "npx prisma migrate deploy && node .next/standalone/server.js",
|
||||
"postinstall": "prisma generate",
|
||||
"lint": "eslint"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user