my_gradio / .config /svelte.config.js
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
raw
history blame contribute delete
114 Bytes
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
export default {
preprocess: vitePreprocess()
};