secret-llama-whisper / vite.config.ts
reidmen's picture
pushing a huggingface compatible version
db376fe
raw
history blame contribute delete
163 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})