added wails Svelte Template

This commit is contained in:
2024-07-09 10:16:53 -04:00
parent 5c3f0b969e
commit 49e399d50c
36 changed files with 1575 additions and 58 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()
}