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.

14 lines
254 B

  1. # port
  2. VITE_PORT = 8848
  3. # title
  4. VITE_TITLE = vue-pure-admin
  5. # version
  6. VITE_VERSION = 2.6.0
  7. # open
  8. VITE_OPEN = false
  9. # public path
  10. VITE_PUBLIC_PATH = /
  11. # Cross-domain proxy, you can configure multiple
  12. VITE_PROXY = [ ["/api", "http://127.0.0.1:3000" ] ]