mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
df1cf8f6c5
* optimise typechecking * fix builds
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
|
|
|
export default {
|
|
preprocess: vitePreprocess()
|
|
};
|