diff --git a/frontend/package.json b/frontend/package.json index 9a1f82d8..eba329a8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start", + "start": "node .next/standalone/server.js", "lint": "next lint", "bs": "next build; next start", "bswin": "npm run build ; npm run start",