You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
425 B
19 lines
425 B
8 months ago
|
# public path
|
||
|
VITE_PUBLIC_PATH=/
|
||
|
|
||
|
# timeout(seconds)
|
||
|
VITE_TIMEOUT=15
|
||
|
# Delete console
|
||
|
VITE_DROP_CONSOLE=true
|
||
|
|
||
|
# 打包是否输出gz|br文件
|
||
|
# 可选: gzip | brotli | none
|
||
|
# 也可以有多个, 例如 ‘gzip’|'brotli',这样会同时生成 .gz和.br文件
|
||
|
VITE_BUILD_COMPRESS='none'
|
||
|
VITE_GLOB_API_URL="__vg_base_url"
|
||
|
|
||
|
# 文件上传接口
|
||
|
VITE_GLOB_UPLOAD_URL=/files/upload
|
||
|
# Interface prefix
|
||
|
VITE_GLOB_API_URL_PREFIX=
|