openwebui-desktop/svelte.config.mjs
Timothy Jaeryang Baek 9f4cc2948c Initial commit
2026-03-17 16:01:25 -05:00

7 lines
227 B
JavaScript

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()
}