chore: 更新项目配置和忽略文件

- 禁用 TOTVS 语言服务器的欢迎页面
- 调整 .gitignore 中的环境变量配置
- 添加 admin 应用的测试和生产环境配置文件
This commit is contained in:
2026-01-20 08:44:07 +08:00
parent d13077a3f1
commit 846416acc9
4 changed files with 73 additions and 5 deletions

View File

@ -35,5 +35,6 @@
"./apps/admin",
"./apps/user",
"./packages/eslint-config"
]
],
"totvsLanguageServer.welcomePage": false // `
}