Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Commit c1172ed

Browse files
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.2
1 parent 380cca6 commit c1172ed

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"keywords": [],
1414
"author": "",
1515
"license": "ISC",
16-
"packageManager": "pnpm@10.30.3",
1716
"dependencies": {
1817
"@xyflow/react": "^12.10.2",
1918
"lucide-react": "^1.7.0",

frontend/vitest.config.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)