blob: b0683fd24d70abb7eeaeef8e39e3a12b4e74775a [file] [log] [blame]
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(),
}