inference-playground / vite.config.ts
mishig's picture
mishig HF staff
same prettier as hub
60216ec
raw
history blame
No virus
145 Bytes
import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [sveltekit()],
});