Duplicated from huggingface-projects/color-palette-generator-sd
4e0a699
1
2
3
4
5
6
7
8
9
import { sveltekit } from '@sveltejs/kit/vite'; import type { UserConfig } from 'vite'; const config: UserConfig = { plugins: [sveltekit()] }; export default config;