chore: init

This commit is contained in:
Matthias Andrasch
2024-04-27 12:09:47 +02:00
parent 687ed7a1c6
commit e6e8fc3252
34 changed files with 14364 additions and 1 deletions

6
vite.config.js Normal file
View File

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