2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-12 12:40:29 +08:00
gradio/svelte.config.js
pngwn df1cf8f6c5
Speed up CI by avoiding the need to package ()
* optimise typechecking

* fix builds
2024-10-22 15:43:38 +01:00

6 lines
114 B
JavaScript

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