Initial commit
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2026-08-05 01:09:30 -03:00
commit f13fd6d96b
16 changed files with 3657 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: { environment: "node", coverage: { provider: "v8", reporter: ["text", "html"] } },
});