Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rayan-saleh
/
whisper2notion
like
3
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
409d787
whisper2notion
/
client
/
vite.config.js
rayan-saleh
embeded gradio
7d9f678
almost 2 years ago
raw
Copy download link
history
blame
Safe
163 Bytes
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
})