[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: migrate to pnpm v11 (#47)

Co-authored-by: paul valladares <85648028+dreyfus92@users.noreply.github.com>

authored by

Felix Schneider
paul valladares
and committed by
GitHub
(May 29, 2026, 12:17 PM -0500) 9a78a3c2 ccf726b4

+6 -11
+1 -7
package.json
··· 32 32 "tinyexec": "^1.0.2", 33 33 "wrangler": "^4.14.4" 34 34 }, 35 - "pnpm": { 36 - "onlyBuiltDependencies": [ 37 - "esbuild", 38 - "sharp", 39 - "workerd" 40 - ] 41 - } 35 + "packageManager": "pnpm@11.1.2" 42 36 }
+5 -4
pnpm-workspace.yaml
··· 1 1 packages: 2 2 - . 3 3 - ./router 4 - onlyBuiltDependencies: 5 - - esbuild 6 - - sharp 7 - - workerd 4 + 5 + allowBuilds: 6 + esbuild: true 7 + sharp: true 8 + workerd: true