You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
155 B

3 weeks ago
  1. # must start with VITE_
  2. VITE_ENV = 'development'
  3. VITE_OUTPUT_DIR = 'dev'
  4. # public path
  5. VITE_PUBLIC_PATH = /
  6. # Whether to open mock
  7. VITE_USE_MOCK = true