first commit

This commit is contained in:
vcoppe
2024-04-03 16:13:42 +02:00
commit 2e9770882c
18 changed files with 3623 additions and 0 deletions

6
website/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()]
});