In Bun 1.2, Bun switched to a new lockfile format and file name (`bun.lock`). This does not appear t

In Bun 1.2, Bun switched to a new lockfile format and file name (bun.lock). This does not appear to be working on Pages deploys.

My hunch is that Pages checks for the previous Bun lockfile name and uses that to run Bun instead of npm. With the new Bun lockfile, Pages tries to use npm, which may break things during build (it breaks for our monorepo that uses Bun workspace:* syntax)
Was this page helpful?