lora-studio / vite.config.ts
enzostvs's picture
enzostvs HF staff
initial commot
e71d24a
raw
history blame
No virus
145 Bytes
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
});