TkAstral3D/packages/sdk/.env.production
2025-10-04 23:36:07 +08:00

16 lines
407 B
Plaintext
Raw 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.

# 发布路径
VITE_PUBLIC_PATH=./
# 是否启用gzip或brotli压缩
# 选项值: gzip | brotli | none
# 如果需要多个可以使用“,”分隔
VITE_BUILD_COMPRESS='gzip'
# 使用压缩时是否删除原始文件默认为false
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE=false
# 是否启用构建包用时分析
VITE_ENABLE_ANALYZE=false
# 是否生成app.config.js
VITE_ENABLE_CONFIG_GENERATE=false