mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
1d9b6099bd
* 👷 build(repo): migrate to pnpm v11 and consolidate workspace config Made-with: Cursor * 👷 fix pnpm v11 install config
22 lines
423 B
YAML
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*'
|