修改默认端口

This commit is contained in:
Cool 2023-11-14 19:16:21 +08:00
parent d99cf112f7
commit 9621b98c3e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve --port 8888",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },