diff --git a/.cursor/rules/bun.mdc b/.cursor/rules/bun.mdc deleted file mode 100644 index a9f18aba..00000000 --- a/.cursor/rules/bun.mdc +++ /dev/null @@ -1,14 +0,0 @@ ---- -description: Use Bun instead of Node.js, npm, pnpm -globs: '*.ts, *.tsx, *.html, *.css, *.js, *.jsx, package.json' -alwaysApply: false ---- - -Default to using Bun instead of Node.js. - -- Use `bun ` instead of `node ` or `ts-node ` -- Use `bun build ` instead of `webpack` or `esbuild` -- Use `bun install` instead of `npm install` or `yarn install` or `pnpm install` -- Use `bun run