whisper2notion / client /vite.config.js
rayan-saleh
embeded gradio
7d9f678
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()],
})