chore: update to new svelte,vite,tailwindcss

This commit is contained in:
2025-04-06 15:25:21 +02:00
parent fdfb7be739
commit 22a8953332
26 changed files with 2779 additions and 12492 deletions

7
svelte.config.js Normal file
View File

@@ -0,0 +1,7 @@
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(),
}