Initial commit

This commit is contained in:
AlacrisDevs
2026-02-16 19:57:42 +02:00
commit 53b0457857
11 changed files with 4204 additions and 0 deletions

6
vite.config.js Normal file
View File

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