In Project Settings or vercel.json, use bunx bun@x.x.x install as the Install Command. For example:
bunx bun@1.3.1 install
For pnpm and Yarn, use Corepack.
Learn how to use a specific Bun version for Vercel builds.
In Project Settings or vercel.json, use bunx bun@x.x.x install as the Install Command. For example:
bunx bun@1.3.1 install
For pnpm and Yarn, use Corepack.
Was this helpful?