gohttpdUi/.env.gitee

24 lines
335 B
Plaintext
Raw Normal View History

2022-02-21 21:44:57 +08:00
# 环境
2022-07-16 15:11:19 +08:00
NODE_ENV=production
2022-02-21 21:44:57 +08:00
# 接口前缀
2023-10-27 13:54:01 +08:00
VITE_API_BASE_PATH=
2022-02-21 21:44:57 +08:00
# 打包路径
2022-07-16 15:11:19 +08:00
VITE_BASE_PATH=/vue-element-plus-admin/
2022-02-21 21:44:57 +08:00
# 是否删除debugger
2022-07-16 15:11:19 +08:00
VITE_DROP_DEBUGGER=true
2022-02-21 21:44:57 +08:00
# 是否删除console.log
2022-07-16 15:11:19 +08:00
VITE_DROP_CONSOLE=true
2022-02-21 21:44:57 +08:00
# 是否sourcemap
2022-07-16 15:11:19 +08:00
VITE_SOURCEMAP=false
2022-02-21 21:44:57 +08:00
# 输出路径
2022-07-16 15:11:19 +08:00
VITE_OUT_DIR=dist-pro
2022-02-21 21:44:57 +08:00
# 标题
2022-07-16 15:11:19 +08:00
VITE_APP_TITLE=ElementAdmin