chore: 更新项目配置和忽略文件
- 禁用 TOTVS 语言服务器的欢迎页面 - 调整 .gitignore 中的环境变量配置 - 添加 admin 应用的测试和生产环境配置文件
This commit is contained in:
7
apps/admin/.env.test
Normal file
7
apps/admin/.env.test
Normal file
@ -0,0 +1,7 @@
|
||||
# backend service base url, test environment
|
||||
VITE_SERVICE_BASE_URL=https://mock.apifox.cn/m1/3109515-0-default
|
||||
|
||||
# other backend service base url, test environment
|
||||
VITE_OTHER_SERVICE_BASE_URL= `{
|
||||
"demo": "http://localhost:9528"
|
||||
}`
|
||||
Reference in New Issue
Block a user