| 1234567891011121314151617181920212223242526272829303132333435 | # Whether to open mockVITE_USE_MOCK = true# public pathVITE_PUBLIC_PATH = /# Delete consoleVITE_DROP_CONSOLE = true# Whether to enable gzip or brotli compression# Optional: gzip | brotli | none# If you need multiple forms, you can use `,` to separateVITE_BUILD_COMPRESS = 'none'# Whether to delete origin files when using compress, default falseVITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false# 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=# Whether to enable image compressionVITE_USE_IMAGEMIN= true# use pwaVITE_USE_PWA = false# Is it compatible with older browsersVITE_LEGACY = false
 |