Allow client to consume frontend-core svelte.ts

This commit is contained in:
Adria Navarro 2024-12-30 22:30:23 +01:00
parent 0f92b8980b
commit 405c018405
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