chore: scaffold local optimizer app

This commit is contained in:
Codex
2026-06-21 23:42:37 +08:00
parent 73f47a0f9a
commit 160fa52586
15 changed files with 9240 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "jsdom",
passWithNoTests: true,
},
});