You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Condensed verbose sections to minimize AI misinterpretation:
- Fixed incorrect script command references
- Reduced test helpers documentation from 22 lines to 7 lines
- Simplified command list to match actual package.json scripts
**Development tip:** Use `pnpm build --watch` for 68% faster rebuilds (9ms vs 27ms). Incremental builds use esbuild's context API for in-memory caching.
@@ -242,30 +242,13 @@ With `exactOptionalPropertyTypes`, assign conditionally:
242
242
-**Test helpers**: `test/utils/test-helpers.mts` - Reusable test utilities
0 commit comments