and again
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
|
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
|
||||||
"start2": "NODE_ENV=production node ./server/server.js",
|
"start2": "NODE_ENV=production node ./server/server.js",
|
||||||
"start3": "NODE_ENV=production node_modules/next/dist/bin/next start",
|
"start3": "NODE_ENV=production node_modules/next/dist/bin/next start",
|
||||||
"start": "next start",
|
"start": "NODE_ENV=production next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"prisma:generate": "prisma generate"
|
"prisma:generate": "prisma generate"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user