Files
mengyaconnect/mengyaconnect-frontend/.env.development
2026-03-18 22:00:41 +08:00

6 lines
278 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 本地开发:前端 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