Initial commit

This commit is contained in:
2024-08-09 14:51:15 +02:00
commit 75234ee392
36 changed files with 1573 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import sveltePreprocess from 'svelte-preprocess'
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
}