webtoaudio / vite.config.js
Brunwo
working gradio js client, local & HF
7071579
raw
history blame contribute delete
170 Bytes
// vite.config.js
import { defineConfig } from 'vite';
export default defineConfig({
build: {
outDir: 'dist', // The output directory for bundled files
},
});