Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jashdoshi77
/
NBA_PREDICTOR
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NBA_PREDICTOR
/
web
/
vite.config.js
jashdoshi77
Initial commit: NBA Sage Predictor for Hugging Face Spaces (with LFS for large files)
c095e08
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
161 Bytes
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
})