Duplicated from huggingface-projects/diffuse-the-rest
3d11da7
1
2
3
4
5
6
7
8
9
import { sveltekit } from '@sveltejs/kit/vite'; /** @type {import('vite').UserConfig} */ const config = { plugins: [sveltekit()] }; export default config;