aboutsummaryrefslogtreecommitdiffstats
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/svelte.config.js b/svelte.config.js
new file mode 100644
index 0000000..96b3455
--- /dev/null
+++ b/svelte.config.js
@@ -0,0 +1,8 @@
1import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
2
3/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
4export default {
5 // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
6 // for more information about preprocessors
7 preprocess: vitePreprocess(),
8}