.env 215 B

1234567891011
  1. # port
  2. VITE_PORT = 3100
  3. # spa-title
  4. VITE_GLOB_APP_TITLE = Vben Admin
  5. # spa shortname
  6. VITE_GLOB_APP_SHORT_NAME = vue_vben_admin_2x
  7. # Whether to dynamically load all files in `src/views`
  8. VITE_DYNAMIC_IMPORT = true