Initial commit

This commit is contained in:
J-onasJones 2024-08-23 06:29:44 +02:00
commit abc812fed4
14 changed files with 3623 additions and 0 deletions

6
vite.config.ts Normal file
View file

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