Fix: 端口冲突

This commit is contained in:
2025-10-09 00:32:28 +08:00
parent e8f5a50b3e
commit 3b0cbde7d5
+1 -1
View File
@@ -10,7 +10,7 @@
"scripts": {
"test": "gulp test",
"start": "gulp serve",
"web": "gulp serve --host 0.0.0.0 --port 3000",
"web": "gulp serve --host 0.0.0.0 --port 8888",
"build": "gulp build"
},
"repository": {