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(), +};