chore: 更新开发环境端口号配置

- 将 VITE_PORT 从 5555 修改为 5999
- 保持其他环境变量配置不变
This commit is contained in:
Jin Mao
2026-02-09 03:04:42 +08:00
parent 3aee283495
commit 1d9b6407a4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# 端口号
VITE_PORT=5555
VITE_PORT=5999
VITE_BASE=/

View File

@@ -8,6 +8,10 @@
"name": "@vben/web-antd",
"path": "apps/web-antd",
},
{
"name": "@vben/web-antdv-next",
"path": "apps/web-antdv-next",
},
{
"name": "@vben/web-ele",
"path": "apps/web-ele",