From 471654f24b923418d6414ef7ef235649d333eb37 Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Wed, 26 Aug 2026 14:41:50 +0200 Subject: [PATCH] chore: update pnpm-workspace.yaml Brings the workspace configuration up to date with the latest directory layout. --- pnpm-workspace.yaml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) 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