chat-with-df / vite.config.ts
hmb's picture
hmb HF Staff
fix
0d72569
raw
history blame contribute delete
146 Bytes
import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [sveltekit()],
});