From a7d7d0a456aeabbde99c32bbf7a1e3744aadf08c Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Tue, 28 Jul 2026 23:22:55 +0100 Subject: [PATCH] Add sharp to allowed builds in pnpm-workspace.yaml - Updated pnpm-workspace.yaml to include 'sharp' in the allowed builds, enhancing the build configuration for image processing capabilities. --- pnpm-workspace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7496629..c451fb8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,4 @@ allowBuilds: puppeteer: true + sharp: true unrs-resolver: true