调整web到3002端口

This commit is contained in:
2025-06-20 00:48:15 +08:00
parent 5bd11d9c07
commit beabbae9ac

View File

@@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "next dev --turbopack", "dev": "next dev --turbopack",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start -p 3002",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {