-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
32 lines (32 loc) · 757 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
32 lines (32 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
packages:
- "packages/*"
- "open-sse"
# Match `.npmrc`'s legacy-peer-deps posture. OmniRoute imports only the deep
# icon modules from @lobehub/icons; auto-installing its unused @lobehub/ui peer
# pulls a large UI subtree (including packages without distributable licenses).
autoInstallPeers: false
allowBuilds:
"@parcel/watcher": true
"@swc/core": true
better-sqlite3: true
core-js: true
esbuild: true
keytar: true
libxmljs2: true
onnxruntime-node: true
protobufjs: true
sharp: true
unrs-resolver: true
onlyBuiltDependencies:
- "@parcel/watcher"
- "@swc/core"
- "better-sqlite3"
- "core-js"
- "esbuild"
- "keytar"
- "libxmljs2"
- "onnxruntime-node"
- "omniroute"
- "protobufjs"
- "sharp"
- "unrs-resolver"