chore: 移除 backend-mock 应用及相关配置

移除不再使用的 backend-mock 应用,包括其源代码、配置文件、依赖项以及相关的构建任务。
同时从工作区配置和 TurboRepo 构建管道中删除对该应用的引用。
This commit is contained in:
dap
2026-01-26 19:02:23 +08:00
parent 0b3ab4de63
commit e4d882b4bc
39 changed files with 0 additions and 1344 deletions

View File

@@ -41,10 +41,6 @@
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"@vben/backend-mock#build": {
"dependsOn": ["^build"],
"outputs": [".nitro/**", ".output/**"]
},
"test:e2e": {},
"dev": {
"dependsOn": [],