sauvegarde le travail accompli

This commit is contained in:
gcch 2025-04-22 07:28:32 +02:00
commit 26165682d9
521 changed files with 4919 additions and 17279 deletions

7
vitest.config.ts Executable file
View file

@ -0,0 +1,7 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "happy-dom",
},
});