fix: npm run start port

This commit is contained in:
Takeshi Kimata
2024-07-07 09:25:12 +09:00
parent 180b39e333
commit 82865b5a51

View File

@@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "next dev -p 8000", "dev": "next dev -p 8000",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start -p 8000",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {