forked from rocketride-org/rocketride-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
42 lines (36 loc) · 993 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
42 lines (36 loc) · 993 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
33
34
35
36
37
38
39
40
41
42
# Rocketride Engine Monorepo Workspace Configuration
# This file defines which directories contain packages in the monorepo
# Only allow postinstall/install scripts for known, trusted packages that
# require native compilation or binary downloads.
# See: https://pnpm.io/npmrc#onlybuiltdependencies
onlyBuiltDependencies:
- '@homebridge/node-pty-prebuilt-multiarch'
- 'core-js'
- 'cpu-features'
- 'esbuild'
- 'keytar'
- 'lefthook'
- 'protobufjs'
- 'ssh2'
- 'unrs-resolver'
# Mute deprecation warnings for known deprecated (transitive) dependencies.
# See: https://pnpm.io/npmrc#alloweddeprecatedversions
allowedDeprecatedVersions:
'@mui/styles': '*'
glob: '*'
deep-diff: '*'
popper.js: '*'
rimraf: '*'
stable: '*'
whatwg-encoding: '*'
packages:
# Shared UI components
- 'packages/shared-ui'
# Client libraries
- 'packages/client-typescript'
# Applications
- 'apps/chat-ui'
- 'apps/dropper-ui'
- 'apps/vscode'
# Examples
- 'examples/*'