chat-ui / vite.config.ts
victor's picture
victor HF staff
init
11dbfc8
raw history blame
No virus
144 Bytes
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});