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.
18 lines
418 B
18 lines
418 B
NODE_ENV=production
|
|
|
|
# public path
|
|
VITE_PUBLIC_PATH=/
|
|
|
|
# 打包是否输出gz|br文件
|
|
# 可选: gzip | brotli | none
|
|
# 也可以有多个, 例如 ‘gzip’|'brotli',这样会同时生成 .gz和.br文件
|
|
VITE_BUILD_COMPRESS='none'
|
|
|
|
# 如果没有跨域问题,直接在这里配置即可
|
|
VITE_GLOB_API_URL=/basic-api
|
|
|
|
# 文件上传接口
|
|
VITE_GLOB_UPLOAD_URL=/upload
|
|
|
|
# Interface prefix
|
|
VITE_GLOB_API_URL_PREFIX=
|
|
|