summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-svelte/svelte.config.js')
-rw-r--r--examples/framework-svelte/svelte.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/framework-svelte/svelte.config.js b/examples/framework-svelte/svelte.config.js
new file mode 100644
index 000000000..cbaee33df
--- /dev/null
+++ b/examples/framework-svelte/svelte.config.js
@@ -0,0 +1,5 @@
+import { vitePreprocess } from '@astrojs/svelte';
+
+export default {
+ preprocess: vitePreprocess(),
+};