This commit is contained in:
2025-09-01 22:25:49 +10:00
parent 1e3405d51d
commit 95eb87cc24
23 changed files with 2483 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}