Remove frontend/bun.lock so Cloudflare uses npm
Cloudflare's framework auto-detection picks Bun whenever a Bun lockfile is present, even though the project is npm-managed and ships with package-lock.json. Removing bun.lock makes the build agent fall back to npm. package-lock.json is unchanged (npm install reports "up to date"). https://claude.ai/code/session_01McEfVnpbGdMs5TgeTM7P3R
| Repository | foolish-bandit/gary |
|---|---|
| Author | Claude <noreply@anthropic.com> |
| Authored | |
| Parents | 97471172 |
| Stats | 1 file changed , -4165 |
| Part of | Cloudflare Workers frontend deploy via @opennextjs/cloudflare |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-9de83b4a.md
from inside the repo you want the change in.