mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +08:00
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
# 是否开启压缩资源
|
|
VITE_COMPRESS_OPEN=false
|
|
|
|
# 压缩算法 gzip | brotliCompress | deflate | deflateRaw
|
|
VITE_COMPRESS_TYPE=gzip
|
|
|
|
# 是否开启打包依赖分析
|
|
VITE_VISUALIZER=false
|
|
|
|
# 开启localStorage内容加密
|
|
VITE_STORAGE_ENCRYPT=false
|