2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-12 12:40:29 +08:00
gradio/svelte.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
114 B
JavaScript
Raw Permalink Normal View History

import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
export default {
preprocess: vitePreprocess()
};