Files
dax-pay-ui/.env.analyze
2024-10-05 22:12:52 +08:00

19 lines
318 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# public path
VITE_PUBLIC_PATH=/
# 是否启用 gzip 或 brotli 压缩
# 可选gzip |brotli | none
# 如果需要多个表单,可以使用 '' 来分隔
VITE_BUILD_COMPRESS='none'
# 基本接口地址 SPA
VITE_GLOB_API_URL=/basic-api
# Interface prefix
VITE_GLOB_API_URL_PREFIX=
VITE_ENABLE_ANALYZE=true