fw-anwesenheit/web/svelte.config.js
Djeeberjr d764e9699b switched to svelte 5
front gets a bit to complex to do in vanilla
2025-05-16 18:59:19 +02:00

8 lines
228 B
JavaScript

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(),
}