🔧 change port 3005

This commit is contained in:
sam 2025-02-24 14:57:31 +08:00
parent 27d9986d40
commit 51609f00f5

View File

@ -3,9 +3,9 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev -p 3005",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start -p 3005",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {