Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
calebhan
/
rescored
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rescored
/
frontend
/
vite.config.ts
calebhan
mvp scope
44a2550
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
})