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": {
"dev": "next dev -p 8000",
"build": "next build",
"start": "next start",
"start": "next start -p 8000",
"lint": "next lint"
},
"dependencies": {