update svelte-examples & improve configs

This commit is contained in:
peterkogo
2025-10-30 21:21:43 +01:00
committed by moklick
parent 7680cef3d8
commit 820627fede
9 changed files with 989 additions and 559 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: vitePreprocess({ script: true }),
preprocess: vitePreprocess(),
compilerOptions: {
runes: true
},