feat(site): i18n string resolver with en fallback

This commit is contained in:
Christian Visintin
2026-06-07 21:23:25 +02:00
parent 53159d8257
commit 4af1d146da
9 changed files with 241 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: { include: ["src/**/*.test.ts", "scripts/**/*.test.ts"] },
});