選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

33 行
775B

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