From 50c2feaeba6a8d2fdcac791c02ffbe9e1fe7eb55 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Mon, 12 May 2025 19:01:28 +0100 Subject: [PATCH] and again --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1245986e..6ee8a017 100644 --- a/package.json +++ b/package.json @@ -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" },