Innitial commit

This commit is contained in:
Nirodan
2025-06-14 12:18:26 +02:00
commit c4cf4b0c32
15 changed files with 3078 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})