diff --git a/frontend/svelte.config.js b/frontend/svelte.config.js new file mode 100644 index 0000000..7c2c6f4 --- /dev/null +++ b/frontend/svelte.config.js @@ -0,0 +1,5 @@ +import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' + +export default { + preprocess: vitePreprocess(), +} \ No newline at end of file