Svelte configuration

This commit is contained in:
Alicia Sykes 2024-02-18 19:31:47 +00:00
parent 5b9537e9fa
commit 35c1cf4c6e

5
web/svelte.config.js Normal file
View file

@ -0,0 +1,5 @@
import { vitePreprocess } from '@astrojs/svelte';
export default {
preprocess: vitePreprocess(),
};