Update development server port in package.json to 3007

This commit is contained in:
2025-04-18 21:13:37 +08:00
parent 4262f789da
commit f6f24d3450

View File

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