reset initial commit

This commit is contained in:
2026-04-09 23:07:46 +02:00
parent 7782f800c1
commit 5941df3c39
36 changed files with 3202 additions and 222 deletions
-8
View File
@@ -1,8 +0,0 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss() ],
})