chore: 默认仅启用 web-antd 应用入口

默认 dev/build/preview 统一指向 web-antd。\nworkspace 仅保留 web-antd 与 backend-mock。
This commit is contained in:
2026-02-06 10:48:08 +08:00
parent 9ead3fdfb7
commit 09b73076da
3 changed files with 23 additions and 31 deletions

View File

@@ -8,20 +8,12 @@ packages:
- packages/@core/*
- packages/effects/*
- packages/business/*
- apps/*
- apps/web-antd
- apps/backend-mock
- scripts/*
- docs
- playground
overrides:
'@ast-grep/napi': 'catalog:'
'@ctrl/tinycolor': 'catalog:'
clsx: 'catalog:'
esbuild: 'catalog:'
jiti: 'catalog:'
pinia: 'catalog:'
vue: 'catalog:'
catalog:
'@ast-grep/napi': ^0.39.9
'@changesets/changelog-github': ^0.5.2
@@ -201,3 +193,21 @@ catalog:
yaml-eslint-parser: ^1.3.2
zod: ^3.25.76
zod-defaults: 0.1.3
onlyBuiltDependencies:
- '@parcel/watcher'
- core-js
- esbuild
- lefthook
- less
- unrs-resolver
- vue-demi
overrides:
'@ast-grep/napi': 'catalog:'
'@ctrl/tinycolor': 'catalog:'
clsx: 'catalog:'
esbuild: 'catalog:'
jiti: 'catalog:'
pinia: 'catalog:'
vue: 'catalog:'