diff --git a/package.json b/package.json index 19bebe1..5a148c9 100644 --- a/package.json +++ b/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", "json-server": "json-server --watch db.json --port 3001" },