first commit

This commit is contained in:
NilsUeter
2023-04-09 17:55:17 +02:00
commit 4007862149
18 changed files with 2756 additions and 0 deletions
+7
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()],
})