inference-playground / vite.config.ts
Last commit not found
raw
history blame
145 Bytes
import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [sveltekit()],
});