| 1234567891011121314151617181920212223 | # Whether to open mockVITE_USE_MOCK = true# public pathVITE_PUBLIC_PATH = /# Whether to enable gzip or brotli compression# Optional: gzip | brotli | none# If you need multiple forms, you can use `,` to separateVITE_BUILD_COMPRESS = 'none'# Basic interface address SPAVITE_GLOB_API_URL=/basic-api# File upload address, optional# It can be forwarded by nginx or write the actual address directlyVITE_GLOB_UPLOAD_URL=/upload# Interface prefixVITE_GLOB_API_URL_PREFIX=VITE_ENABLE_ANALYZE = true
 |