mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
e089e4cb4a
* updates * add changeset * changeset * changeset * types * fix types * format --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
// import { sveltekit } from "@sveltejs/kit/vite";
|
|
import { defineConfig } from "vite";
|
|
|
|
export default defineConfig({
|
|
// plugins: [sveltekit()]
|
|
});
|