gtp-final / gradio /js /app /vite.config.ts
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
raw
history blame
150 Bytes
import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [sveltekit()]
});