6 lines
278 B
Plaintext
6 lines
278 B
Plaintext
# 本地开发:前端 5173 → Vite proxy → 后端 8080
|
||
# 留空即走同源代理(vite.config.js 里已配置 /api proxy)
|
||
# 如果你想跳过代理直连,取消注释下面两行
|
||
# VITE_API_BASE=http://localhost:8080/api
|
||
# VITE_WS_URL=ws://localhost:8080/api/ws/ssh
|