fix: change default port number

This commit is contained in:
Takeshi Kimata
2024-06-16 20:00:24 +09:00
parent 1063471366
commit a4f81c282a

View File

@@ -3,7 +3,7 @@
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev -p 8000",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"