https://github.com/imldresden/huis
Tip revision: 2e529586ee48b2a3213fef5eb50cbba7ce156c81 authored by Julián Méndez on 04 May 2026, 14:27:27 UTC
update
update
Tip revision: 2e52958
svelte.config.js
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}
