Files
LUNA-Charts/pnpm-workspace.yaml
T
Ninosaurier 471654f24b
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
chore: update pnpm-workspace.yaml
Brings the workspace configuration up to date with the latest directory layout.
2026-08-26 14:41:50 +02:00

26 lines
310 B
YAML

packages:
- "packages/*"
- "docs/"
allowBuilds:
sharp: true
esbuild: true
playwright: true
fetchTimeout: 300000
fetchRetries: 10
supportedArchitectures:
os:
- current
- win32
- darwin
- linux
cpu:
- current
- x64
- arm64
libc:
- current
- glibc
- musl