Initial commit

This commit is contained in:
2026-07-03 18:10:26 +00:00
commit 5b23824a56
12 changed files with 2004 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
includeSource: ["src/**/*.{ts,mts,cts}"],
},
});