---
description: Use Bun instead of Node.js, npm, pnpm, or vite.
globs: *.ts, *.tsx, *.html, *.css, *.js, *.jsx, package.json
alwaysApply: false
---
Default to using the Bun package manager instead of NPN, PNPM or YARN.
- Use `bun install` instead of `npm install` or `yarn install` or `pnpm install`