.env.development 136 B

1234567
  1. # 环境变量(开发环境)
  2. # 项目上下文path
  3. VITE_PUBLIC_PATH=/
  4. # 后台接口地址
  5. VITE_SERVER_URL=http://localhost:3000