diff --git a/package.json b/package.json index 43337761e..961298b49 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dev": "next dev", "build": "next build", "analyze": "ANALYZE=true next build", - "start": "next start", + "start": "next start --port 7575", "typecheck": "tsc --noEmit", "export": "next build && next export", "lint": "next lint",