instant-smollm / vite.config.ts
cfahlgren1's picture
cfahlgren1 HF staff
Initial commit
6bce3a4
raw
history blame
No virus
144 Bytes
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});