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",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 3007",
"build": "next build",
"start": "next start",
"lint": "next lint",