feat: Push initial code

This commit is contained in:
2025-08-15 16:37:56 +02:00
parent 9d92ee1977
commit 10f1b3e967
23 changed files with 3403 additions and 6 deletions

7
vite.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import tailwindcss from "@tailwindcss/vite";
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [tailwindcss(), sveltekit()]
});