Vercel + bun + private npm registries

So my project requires a few private registries, but from my understanding vercel does not support bunfig.toml files. Is there anyway I can continue using bun a package manager if I'm deploying on vercel but still need access to private npm registries?
2 Replies
Sturlen
Sturlen6mo ago
if bun can work with .npmrc files then this might work: https://vercel.com/guides/using-private-dependencies-with-vercel
How to Use Private Dependencies with Vercel
Learn how to install private dependencies in your Vercel project by assigning repositories formatted as npm packages in your package.json file dependencies.
Connor B
Connor B6mo ago
Unfortunately bun, as far as I'm aware, can't read .npmrc files