build(web): 配置 Vite 服务端口和代理

- 修改 .env 文件,将 WEB_PORT 改为 VITE_WEB_PORT
- 删除 web/README.md 文件
- 更新 vite.config.js 文件,添加端口和代理配置
This commit is contained in:
2025-04-24 15:52:17 +08:00
parent f620c01faf
commit 786a58c261
3 changed files with 17 additions and 37 deletions

2
.env
View File

@@ -1,2 +1,2 @@
SERVER_PORT = 8080
WEB_PORT = 80
VITE_WEB_PORT = 80