Commit e57f6cc
committed
refactor: remove Bun artifacts and convert remaining Bun APIs
- Remove @types/bun, bun.lock, docs/bun.lock, bunfig.toml
- Remove .cursor/rules/bun-cli.mdc (outdated)
- Convert Bun.spawn → node:child_process in local/run.ts
- Convert Bun.sleep → node:timers/promises in local/server.ts
- Remove spawn/sleep polyfills from node-polyfills.ts
- Add src/global.d.ts for Worker and RegExp.escape types
- Remove isBun guards from tests (now run on Node)1 parent 2a62159 commit e57f6cc
13 files changed
Lines changed: 70 additions & 2952 deletions
File tree
- .cursor/rules
- docs
- script
- src
- commands/local
- test
- commands/local
- lib/db
- script
This file was deleted.
0 commit comments