-
-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
37 lines (37 loc) · 754 Bytes
/
pnpm-workspace.yaml
File metadata and controls
37 lines (37 loc) · 754 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
packages:
- packages/*
- apps/*
allowBuilds:
"@nestjs/core": true
'@parcel/watcher': false
"@swc/core": true
cpu-features: false
esbuild: true
mongodb-memory-server: true
msgpackr-extract: false
protobufjs: false
redis-memory-server: true
sharp: true
simple-git-hooks: true
ssh2: false
unrs-resolver: true
workerd: true
overrides:
"eslint-plugin-react-compiler>zod": 3.25.76
"get-pixels@^3>request": ./external/request
mongodb: ~7.2.0
pino: ./external/pino
rolldown: 1.0.1
semver: 7.8.0
typescript: 6.0.3
whatwg-url: 16.0.1
zod: 4.4.3
publicHoistPattern:
- "*fastify*"
- mongodb
- "*eslint*"
- "*webpack*"
strictPeerDependencies: false
minimumReleaseAgeExclude:
- "@haklex/*"
- "@mx-space/*"