Update Vite to version 8 (#3900)

* Update vite to version 8

* Fix breakage from the upgrade

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Dennis Kobert
2026-03-22 03:12:28 +01:00
committed by GitHub
parent 96418e8f5d
commit b0cc8a9243
3 changed files with 609 additions and 526 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"strict": true,
"importHelpers": true,
"skipLibCheck": true,