修改端口2333
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user