Files
modelstudioai__cli/pnpm-workspace.yaml
T
若麒 66402d9868 chore(dev): run CLI workspace entries from source
- use tsx for bl/kscli dev and test runners
- point local library exports to src while keeping publishConfig on dist
- switch vendored telemetry modules to .cjs for source-run compatibility
- update stress/e2e helpers and agent docs for the new source execution path
2026-07-09 19:39:13 +08:00

29 lines
475 B
YAML

packages:
- packages/*
- tools/*
catalog:
"@types/node": ^24
ajv: ^8.20.0
boxen: ^8.0.1
chalk: ^5.6.2
tsx: ^4.23.0
typescript: ^5
undici: ^8.4.1
vite: npm:@voidzero-dev/vite-plus-core@latest
vite-plus: latest
vitest: npm:@voidzero-dev/vite-plus-test@latest
yaml: ^2.8.3
catalogMode: prefer
overrides:
vite: "catalog:"
vitest: "catalog:"
peerDependencyRules:
allowAny:
- vite
- vitest
allowedVersions:
vite: "*"
vitest: "*"