fix(KB-095): make vitest worker count configurable

This commit is contained in:
gsxdsm
2026-03-29 22:32:15 -07:00
parent ebdfe703d8
commit 2e94b78bb9
5 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Reduce Vitest concurrency pressure by default and allow overriding the Vitest worker count with `VITEST_MAX_WORKERS`.