Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ibrahim-Study
/
to-where
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
to-where
/
vite.config.ts
elyor-ml
to where game
0f4962a
12 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
()],
})