Docker-GenAI / front-end /svelte.config.js
jaothan's picture
Upload 47 files
88f42a4 verified
raw
history blame contribute delete
235 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(),
}