pigx前端
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
272 B

11 months ago
  1. # port 端口号
  2. VITE_PORT = 8888
  3. #浏览器自动打开
  4. VITE_OPEN = true
  5. # 本地环境
  6. ENV = 'development'
  7. # ADMIN 服务地址
  8. VITE_ADMIN_PROXY_PATH = http://127.0.0.1:9999
  9. # 代码生成服务地址 (单体架构有效)
  10. VITE_GEN_PROXY_PATH = http://127.0.0.1:5003