No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

36 líneas
791B

  1. # Whether to open mock
  2. VITE_USE_MOCK = false
  3. # public path
  4. VITE_PUBLIC_PATH = /
  5. # Delete console
  6. VITE_DROP_CONSOLE = true
  7. # Whether to enable gzip or brotli compression
  8. # Optional: gzip | brotli | none
  9. # If you need multiple forms, you can use `,` to separate
  10. VITE_BUILD_COMPRESS = 'none'
  11. # Whether to delete origin files when using compress, default false
  12. VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
  13. # Basic interface address SPA
  14. VITE_GLOB_API_URL=
  15. # File upload address, optional
  16. # It can be forwarded by nginx or write the actual address directly
  17. VITE_GLOB_UPLOAD_URL=/upload
  18. # Interface prefix
  19. VITE_GLOB_API_URL_PREFIX=
  20. # Whether to enable image compression
  21. VITE_USE_IMAGEMIN= true
  22. # use pwa
  23. VITE_USE_PWA = false
  24. # Is it compatible with older browsers
  25. VITE_LEGACY = false