This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Commit c1172ed
authored
chore(frontend): switch to bun (remove pnpm/node refs) (#7)
* chore(frontend): remove pnpm packageManager declaration
Bun is the canonical frontend package manager (bun.lock, bunfig.toml,
bun test). The leftover packageManager: pnpm@10.30.3 field caused
corepack to enforce pnpm, conflicting with bun-first workflow.
fn-17-switch-frontend-to-bun-remove-pnpmnode.1
* chore(frontend): remove vestigial vitest.config.ts
No vitest package is installed and no source file imports from
vitest. bun test is the canonical test runner (configured via
bunfig.toml preload + @happy-dom/global-registrator).
Verified: bun run typecheck ✓ | bun run build ✓ | bun test ✓ (10 pass) | bun run dev ✓
fn-17-switch-frontend-to-bun-remove-pnpmnode.21 parent 380cca6 commit c1172ed
2 files changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
This file was deleted.
0 commit comments