-
Notifications
You must be signed in to change notification settings - Fork 467
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
46 lines (43 loc) · 893 Bytes
/
pnpm-workspace.yaml
File metadata and controls
46 lines (43 loc) · 893 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
43
44
45
46
packages:
- "packages/*"
- "apps/*"
- "tools/*"
allowBuilds:
"@swc/core": true
esbuild: true
msgpackr-extract: true
nx: true
sharp: true
catalog:
"@effect/atom-react": "4.0.0-beta.67"
"@effect/platform-bun": "4.0.0-beta.67"
"@effect/platform-node": "4.0.0-beta.67"
"@effect/vitest": "^4.0.0-beta.43"
"@nx/devkit": "^22.7.2"
"@swc-node/register": "^1.10.9"
"@swc/core": "^1.15.33"
"@tsconfig/bun": "^1.0.10"
"@types/bun": "^1.3.14"
"@typescript/native-preview": "7.0.0-dev.20260518.1"
"@vitest/coverage-istanbul": "^4.1.6"
"effect": "4.0.0-beta.67"
"knip": "^6.14.1"
"nx": "^22.7.2"
"oxfmt": "^0.50.0"
"oxlint": "^1.65.0"
"oxlint-tsgolint": "^0.23.0"
"vitest": "^4.1.6"
supportedArchitectures:
cpu:
- current
- arm64
- x64
libc:
- current
- glibc
- musl
os:
- current
- darwin
- linux
- win32