mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-10 17:13:30 +08:00
13 lines
218 B
Text
13 lines
218 B
Text
# 线上环境
|
|
NODE_ENV = "production"
|
|
|
|
# 线上环境接口地址
|
|
VITE_API_URL = '/api/v1'
|
|
|
|
# 是否生成包预览文件
|
|
VITE_REPORT = true
|
|
|
|
# 是否开启gzip压缩
|
|
VITE_BUILD_GZIP = true
|
|
|
|
VITE_DROP_CONSOLE = true
|