lynxkite / web /svelte.config.js
darabos's picture
Throw out Baklava.js, use SvelteFlow.
01f62f3
raw
history blame
228 Bytes
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}