chore(client): tests not running due to change in Vite

This commit is contained in:
Elian Doran 2026-03-14 12:29:57 +02:00
parent 0d17c62d02
commit ad7b5700f3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"preact"
],
"rootDir": "src",
"jsx": "preserve",
"jsx": "react",
"jsxFactory": "h",
"jsxImportSource": "preact",
"module": "esnext",

View File

@ -6,7 +6,7 @@
"node",
"vitest"
],
"jsx": "preserve",
"jsx": "react",
"jsxFactory": "h",
"jsxImportSource": "preact",
"module": "esnext",