Initial Commit

This commit is contained in:
2024-09-11 18:57:35 +02:00
commit ff1a747f9d
21 changed files with 3271 additions and 0 deletions

7
vite.config.ts Normal file
View File

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