mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-13 11:57:29 +08:00
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
|
|
|
export default {
|
|
preprocess: vitePreprocess()
|
|
};
|