diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6880113..6d243f6 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -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 \ No newline at end of file