-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
22 lines (22 loc) · 936 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
22 lines (22 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
packages:
- 'apps/*'
- 'packages/*'
allowBuilds:
# An optional native accelerator for msgpackr, which BullMQ uses to pack job
# payloads. Declined rather than left unanswered: pnpm fails the whole install
# on an undecided build script, so "no opinion" breaks the Docker image.
#
# Off because the fallback is a pure-JS packer that is fast enough for the
# traffic here — a few write jobs a second — and building a native addon
# inside the image would add a toolchain to it for a speedup nothing is
# waiting on.
msgpackr-extract: false
minimumReleaseAgeExclude:
- '@profullstack/player@0.2.0 || 0.3.1'
- '@profullstack/x402-gateway@0.1.0 || 0.2.1 || 0.3.0 || 0.4.0 || 0.6.0'
- '@profullstack/x402-client@0.2.0'
- '@profullstack/leaderboard@0.3.0 || 0.3.1'
- '@profullstack/partners@0.2.0'
- '@profullstack/submit-feed@0.1.1'
- '@logicsrc/openaccess@0.3.0'
- '@profullstack/openprofile@0.1.0'