Configure svelte.config.mjs in frontend-core

This commit is contained in:
Adria Navarro 2025-03-10 12:29:26 +01:00
parent 90102cca63
commit 1964aabea8
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"
const config = {
preprocess: vitePreprocess(),
}
export default config