feat(KB-119): complete Step 1 — fix model selector row alignment

This commit is contained in:
gsxdsm
2026-03-30 08:06:46 -07:00
parent aad9a9256c
commit e9a7941ff1
8 changed files with 185 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
import { defineConfig } from "vitest/config";
const maxWorkers = Number.parseInt(process.env.VITEST_MAX_WORKERS ?? "4", 10);
const maxWorkers = Number.parseInt(process.env.VITEST_MAX_WORKERS ?? "8", 10);
export default defineConfig({
test: {