Rollback to React 18 (waiting for fluentui to upgrade)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 16:52:06 +01:00
parent e13ae9f062
commit 6b699994cf
8 changed files with 1012 additions and 1574 deletions

View File

@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})