initial commit

This commit is contained in:
insects 2025-05-14 17:35:58 +02:00
commit 1cea94ea19
22 changed files with 2780 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}