fix: frontend server port when npm run start

This commit is contained in:
Takeshi Kimata
2024-08-04 13:24:34 +09:00
parent 6ba9398d65
commit c550cce796

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": {