Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akborana4
/
test
like
1
Sleeping
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/2
test
/
client
/
vite.config.js
akborana4
Create vite.config.js
58c24ac
verified
8 months ago
raw
Copy download link
history
blame
Safe
164 Bytes
import
{ defineConfig }
from
'vite'
;
import
react
from
'@vitejs/plugin-react'
;
export
default
defineConfig
({
plugins
: [
react
()],
build
: {
outDir
:
'dist'
}
});