Updates and build chain improvements

This commit is contained in:
2022-07-27 12:58:22 +02:00
parent 7d42fff1fb
commit 3265015284
20 changed files with 5865 additions and 207 deletions

View File

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