Files
tydata-mini/.env.development

7 lines
215 B
Plaintext
Raw Normal View History

2026-02-11 18:05:13 +08:00
# 开发环境配置(仅 dev 时生效,打包 build 时不会使用此文件)
# 本地后端 hm-server 默认端口 8888
VITE_APP_BASE_URL=http://127.0.0.1:8888
2026-02-10 14:13:29 +08:00
# 是否启用调试模式
VITE_APP_DEBUG=true