[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.

fix(preview): add wrangler to package

Nate Moore (Apr 4, 2026, 10:13 PM EDT) d6057bf3 eb1acd3e

+5 -1
+2 -1
package.json
··· 28 28 "starlight-sidebar-topics": "^0.6.2" 29 29 }, 30 30 "devDependencies": { 31 - "tinyexec": "^1.0.2" 31 + "tinyexec": "^1.0.2", 32 + "wrangler": "^4.14.4" 32 33 }, 33 34 "pnpm": { 34 35 "onlyBuiltDependencies": [
+3
pnpm-lock.yaml
··· 54 54 tinyexec: 55 55 specifier: ^1.0.2 56 56 version: 1.0.2 57 + wrangler: 58 + specifier: ^4.14.4 59 + version: 4.80.0(@cloudflare/workers-types@4.20260405.1) 57 60 58 61 router: 59 62 devDependencies: