docs(omo-codex): batch 74 (7 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:12 +09:00
parent eb1780396d
commit 1830ff74b6
7 changed files with 290 additions and 0 deletions
@@ -0,0 +1,8 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "node",
pool: "threads",
},
});