fix: next start explicitly on port 3000

This commit is contained in:
Michess
2026-04-13 13:12:06 +02:00
parent 81f60c9846
commit 3508c664e0

View File

@@ -6,7 +6,7 @@
"isolated-install": "pnpm -w install:client", "isolated-install": "pnpm -w install:client",
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start -p 3000",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {