Fix: Update bun.lock and remove stale package-lock.json
## Problem The build was failing with: ``` error: lockfile had changes, but lockfile is frozen ``` The `bun.lock` file was out of sync with `package.json`. Two dependencies were declared in `package.json` but missing from the lockfile: - `@modelcontextprotocol/sdk@^1.29.0` - `zod@^3.25.76` ## Solution - Ran `bun install` in the backend directory to regenerate `bun.lock` with all dependencies - Removed the stale `package-lock.json` to prevent future confusion from mixed package manager usage The build should now pass with the updated lockfile.
| Repository | mdelias/mike |
|---|---|
| Author | Railway Agent <agent@railway.com> |
| Authored | |
| Parents | 93f921be |
| Stats | 2 files changed , +119 , -5536 |
| Part of | Railway deployment build fixes |
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-de123826.md
from inside the repo you want the change in.