chore: switch to pnpm

This commit is contained in:
w33ble
2026-01-11 19:48:25 -07:00
parent 56c6ac47eb
commit 925ecc395d
5 changed files with 1625 additions and 2726 deletions

View File

@@ -27,6 +27,7 @@ graph TD
## 4. Technical Stack
- **Vite:** Asset bundling and dev server.
- **pnpm:** Package management.
- **TypeScript:** Type-safe logic.
- **Tailwind CSS:** Utility-first styling for speed and responsiveness.
- **Vitest:** Unit testing logic in isolation.