diff --git a/svelte.config.js b/svelte.config.js new file mode 100644 index 0000000..570f539 --- /dev/null +++ b/svelte.config.js @@ -0,0 +1,8 @@ +import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"; + +/** @type {import('@sveltejs/kit').Config} */ +const config = { + preprocess: vitePreprocess(), +}; + +export default config;