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