mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-10 17:13:30 +08:00
19 lines
296 B
Bash
19 lines
296 B
Bash
|
# title
|
||
|
VITE_GLOB_APP_TITLE = '1Panel'
|
||
|
|
||
|
# port
|
||
|
VITE_PORT = 4004
|
||
|
|
||
|
# open 运行 npm run dev 时自动打开浏览器
|
||
|
VITE_OPEN = true
|
||
|
|
||
|
# 是否生成包预览文件
|
||
|
VITE_REPORT = false
|
||
|
|
||
|
# 是否开启gzip压缩
|
||
|
VITE_BUILD_GZIP = false
|
||
|
|
||
|
# 是否删除生产环境 console
|
||
|
VITE_DROP_CONSOLE = true
|
||
|
|