1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-09-12 16:40:40 +08:00
Files
uni-halo/env/.env.test
T
2026-08-31 07:58:23 +08:00

10 lines
281 B
Bash

# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV = 'development'
# 是否去除console 和 debugger
VITE_DELETE_CONSOLE = false
# 是否开启sourcemap
VITE_SHOW_SOURCEMAP = false
# test mode 后台请求地址
# VITE_SERVER_BASEURL = 'http://localhost:8090'