and again

This commit is contained in:
2025-05-12 19:01:28 +01:00
parent 72ef0f7f40
commit 50c2feaeba
+1 -1
View File
@@ -9,7 +9,7 @@
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start2": "NODE_ENV=production node ./server/server.js",
"start3": "NODE_ENV=production node_modules/next/dist/bin/next start",
"start": "next start",
"start": "NODE_ENV=production next start",
"lint": "next lint",
"prisma:generate": "prisma generate"
},