1 min read
Projects using Bun as a package manager can now be deployed to Vercel with zero configuration.
Like yarn, npm, and pnpm, Bun acts as a package manager focused on saving disk space and boosting installation speed. Starting today, Projects that contain a bun.lockb
file will automatically run bun install
as the default Install Command using bun@1
.
This change impacts the build phase but not runtime. Therefore, Serverless Functions will not use the Bun runtime yet.
Check out the documentation to learn more.