diff --git a/package.json b/package.json index 53de0c0f..cb8f1eaf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "build": "NODE_ENV=production node_modules/next/dist/bin/next build", - "start": "node_modules/next/dist/bin/next start -p $PORT" + "start": "node_modules/next/dist/bin/next start" }, "dependencies": { "@webdeb/next-styles": "^1.1.1",