drawing01 / vite.config.js
adpro's picture
Duplicate from huggingface-projects/diffuse-the-rest
14b3c00
raw
history blame contribute delete
158 Bytes
import { sveltekit } from '@sveltejs/kit/vite';
/** @type {import('vite').UserConfig} */
const config = {
plugins: [sveltekit()]
};
export default config;