Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chunte
/
Testing-2
like
0
Running
App
Files
Files
Community
ff991f7
Testing-2
/
script.js
Chunte
HF staff
Upload 33 files
ff991f7
verified
10 months ago
raw
Copy download link
history
blame
Safe
201 Bytes
import
{ defineConfig }
from
'vite'
;
import
react
from
'@vitejs/plugin-react'
;
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
server
: {
host
:
'0.0.0.0'
,
}
})