Files
qhmes/JeecgUniapp-master/env/.env.development

9 lines
311 B
Plaintext
Raw Normal View History

2026-07-20 14:10:39 +08:00
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV = 'development'
# 是否去除console 和 debugger
VITE_DELETE_CONSOLE = false
2026-07-20 17:31:54 +08:00
# 是否开启sourcemapApp 真机编译易 OOM开发期先关闭
VITE_SHOW_SOURCEMAP = false
2026-07-20 14:10:39 +08:00
2026-07-20 17:31:54 +08:00
VITE_SERVER_BASEURL = 'http://192.168.1.3:8888/jeecg-boot'