Add sharp to allowed builds in pnpm-workspace.yaml
All checks were successful
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good

- Updated pnpm-workspace.yaml to include 'sharp' in the allowed builds, enhancing the build configuration for image processing capabilities.
This commit is contained in:
Tom Butcher 2026-07-28 23:22:55 +01:00
parent e34326b768
commit a7d7d0a456

View File

@ -1,3 +1,4 @@
allowBuilds: allowBuilds:
puppeteer: true puppeteer: true
sharp: true
unrs-resolver: true unrs-resolver: true