From 35c1cf4c6ecf3de3cc3d4a485b90cb321ae34788 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 18 Feb 2024 19:31:47 +0000 Subject: [PATCH] Svelte configuration --- web/svelte.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 web/svelte.config.js diff --git a/web/svelte.config.js b/web/svelte.config.js new file mode 100644 index 0000000..cbaee33 --- /dev/null +++ b/web/svelte.config.js @@ -0,0 +1,5 @@ +import { vitePreprocess } from '@astrojs/svelte'; + +export default { + preprocess: vitePreprocess(), +};