This commit is contained in:
2024-05-16 18:42:57 +02:00
commit 5c62d24034
44 changed files with 1306 additions and 0 deletions

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