first commit

This commit is contained in:
2026-05-26 16:15:44 +02:00
commit b7add683d5
11 changed files with 1303 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import {defineConfig} from "vite"
import react from "@vitejs/plugin-react"
export default defineConfig({
plugins: [
react()
]
})