chore: update pnpm-workspace.yaml
CI / lint-and-format (push) Successful in 42s
CI / changeset-check (push) Successful in 30s
CI / unit-tests (push) Successful in 41s
CI / component-tests (push) Successful in 37s
CI / lint-and-format (pull_request) Successful in 39s
CI / changeset-check (pull_request) Successful in 31s
CI / unit-tests (pull_request) Successful in 40s
CI / component-tests (pull_request) Successful in 36s

Brings the workspace configuration up to date with the latest directory layout.
This commit is contained in:
2026-08-26 14:41:50 +02:00
parent dba81e6e7a
commit 471654f24b
+17 -7
View File
@@ -3,14 +3,24 @@ packages:
- "docs/"
allowBuilds:
esbuild: true
sharp: true
esbuild: true
playwright: true
onlyBuiltDependencies:
- playwright
fetchTimeout: 300000
fetchRetries: 10
supportedArchitectures:
os: [current, linux]
cpu: [current, x64]
libc: [current, glibc]
os:
- current
- win32
- darwin
- linux
cpu:
- current
- x64
- arm64
libc:
- current
- glibc
- musl