mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
- 移除前端未使用的依赖(md5, xlsx等)和类型定义 - 删除重复的.gitignore文件并统一配置 - 优化vite配置和打包策略 - 清理未使用的导入和注释代码
15 lines
263 B
Bash
15 lines
263 B
Bash
# 生产环境
|
|
|
|
VITE_APP_ENV=production
|
|
|
|
# 页面 title 前缀
|
|
VITE_APP_TITLE=生产环境
|
|
|
|
# 网络请求公用前缀
|
|
VITE_APP_BASE_API=/api/v1
|
|
|
|
# 网络请求公用地址
|
|
VITE_API_BASE_URL=http://service.fastapiadmin.com
|
|
|
|
# 请求超时时间
|
|
VITE_TIMEOUT=10000 |