refactor: svelte

This commit is contained in:
2025-11-28 15:47:09 +03:00
parent eda0755f9d
commit 49530a9a70
14 changed files with 1184 additions and 3 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()
}