diff --git a/package.json b/package.json index 01f5300..ff56750 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint": "next lint", "lint:fix": "next lint --fix", "preview": "next build && next start", - "start": "next start", + "start": "next start --port 3001", "typecheck": "tsc --noEmit" }, "dependencies": {