odyssey-frontend / svelte.config.js
Fraser's picture
Initial backend setup with Gradio
7ac86fa
raw
history blame contribute delete
226 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()
}