feat: react router + no swc

This commit is contained in:
2025-05-20 18:38:01 +02:00
parent 3f369de3fa
commit d9c3223228
5 changed files with 635 additions and 249 deletions

View File

@ -1,5 +1,5 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({