Skip to content

Commit 5629b8c

Browse files
brainkimclaude
andcommitted
fix: add @b9g/shovel as dependency in echo example
Without this, `bun run develop` resolves `shovel` from PATH (global install) instead of node_modules/.bin, missing workspace features. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8dcde92 commit 5629b8c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

bun.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/echo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"deploy": "wrangler deploy"
1111
},
1212
"dependencies": {
13+
"@b9g/shovel": "^0.2.17",
1314
"@b9g/router": "workspace:*",
1415
"@b9g/platform": "workspace:*",
1516
"@b9g/platform-cloudflare": "workspace:*"

0 commit comments

Comments
 (0)