This commit is contained in:
u80864958
2025-02-03 16:09:45 +01:00
commit 58cba6455d
41 changed files with 4432 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()
}