Initial commit

This commit is contained in:
J-onasJones 2024-11-08 20:45:02 +01:00
commit 4bbe1d56a2
15 changed files with 1870 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()]
});