mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
7 lines
144 B
JavaScript
7 lines
144 B
JavaScript
|
import { sveltekit } from "@sveltejs/kit/vite";
|
||
|
import { defineConfig } from "vite";
|
||
|
|
||
|
export default defineConfig({
|
||
|
plugins: [sveltekit()]
|
||
|
});
|