···16161717## development notes
18181919-### tool management
1919+### project management
20202121- tools like Node.js, Bun and pnpm are managed by mise, to run them, use `mise exec -- pnpm ...`
2222+- run pnpm commands inside their package directory, e.g.
2323+ `cd packages/lexicons/lexicons; mise exec -- pnpm run build`
22242325### code writing
2426···4446### testing
45474648- Vitest is the standard test runner, though some packages may still be using bun test
4747-- run them via `pnpm run --filter <package> test ...`
4949+- run tests via `pnpm run test`
48504951### commits
5052