Initial Commit

This commit is contained in:
2022-07-26 05:03:28 +02:00
commit e5b81910ad
41 changed files with 6800 additions and 0 deletions

7
svelte.config.js Normal file
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()
}