Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yderre-aubay
/
infer-vst
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6864cf8
infer-vst
/
front
/
vite.config.ts
Yann
add front
15975c4
about 1 year 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
()],
})