Erste ansprechende Version

This commit is contained in:
rxf
2025-11-24 14:25:24 +01:00
commit 3745a8f728
25 changed files with 1625 additions and 0 deletions

View File

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