Sor0ush's picture
Upload folder using huggingface_hub
83dfbe9 verified
raw
history blame contribute delete
150 Bytes
import { defineConfig } from 'vite';
import { svelte } from '@sveltejs/vite-plugin-svelte';
export default defineConfig({
plugins: [svelte()],
});