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 7c0a0ce1a7
commit 723493ce29
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: {