scrape / pnpm-workspace.yaml
kjbytes's picture
push code
ef4c36f
Raw
History Blame Contribute Delete
381 Bytes
# pnpm 10+ skips dependency build scripts unless they are approved here.
# Without this, canvas never fetches its prebuilt binary and every import fails
# with "Cannot find module '../build/Release/canvas.node'".
# (The `pnpm` field in package.json is ignored as of pnpm 11 — this is its new home.)
onlyBuiltDependencies:
- canvas
- ffmpeg-static
- sharp
- unrs-resolver