修改端口2333
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-26 21:44:09 +08:00
parent 2c4549ad79
commit 9d78991c3a
9 changed files with 141 additions and 185 deletions

View File

@@ -25,9 +25,9 @@
"homepage": "https://github.com/yourusername/stark-todo-list#readme",
"private": false,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 2333",
"build": "next build",
"start": "next start",
"start": "next start -p 2333",
"lint": "next lint"
},
"dependencies": {