Files
lobe-chat/apps/cli/pnpm-workspace.yaml
T
Innei 1d9b6099bd 👷 build(repo): migrate to pnpm v11 and consolidate workspace config (#14316)
* 👷 build(repo): migrate to pnpm v11 and consolidate workspace config

Made-with: Cursor

* 👷 fix pnpm v11 install config
2026-04-30 17:56:22 +08:00

22 lines
423 B
YAML

packages:
- '../../packages/agent-gateway-client'
- '../../packages/device-gateway-client'
- '../../packages/local-file-shell'
- '../../packages/file-loaders'
- '.'
lockfile: false
ignoreWorkspaceRootCheck: true
publicHoistPattern:
- '*@umijs/lint*'
- '*unicorn*'
- '*changelog*'
- '*commitlint*'
- '*eslint*'
- '*postcss*'
- '*prettier*'
- '*remark*'
- '*semantic-release*'
- '*stylelint*'