gradio/js/app/vite.config.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
144 B
TypeScript
Raw Normal View History

import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";
2023-01-28 17:47:14 +08:00
export default defineConfig({
plugins: [sveltekit()]
});