Switch to react

This commit is contained in:
2024-09-28 00:34:45 +02:00
parent 6a88214822
commit 56cb05fd6b
55 changed files with 4354 additions and 510 deletions

7
vite.config.ts Normal file
View File

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