refactor: to node action
CI / Test (pull_request) Successful in 15s
CI / Dry-Run (pull_request) Failing after 20s
CI / Check Dist (pull_request) Failing after 9s

This commit is contained in:
2026-06-27 13:32:05 +02:00
parent 3730a56a77
commit 37a8abab0e
19 changed files with 30547 additions and 173 deletions
+11
View File
@@ -0,0 +1,11 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
coverage: {
enabled: true,
provider: "v8",
reporter: ["lcov"],
},
},
});