chore: upgrade Vite to 8.2.0 and @vitejs/plugin-react to 6.0.5

This commit is contained in:
Steven RYDELL
2026-07-30 15:42:16 +02:00
parent b9489a795b
commit fe24a9bec0
3 changed files with 132 additions and 41 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
/// <reference types="vitest/config" />
import { defineConfig } from 'vite'
import { defineConfig } from 'vitest/config'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
import path from 'path'