initial commit

This commit is contained in:
2026-06-16 21:10:36 +02:00
commit a3c85a7983
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}"],
},
});