Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omarrran
/
Video_Rackground_Removal
like
0
Running
App
Files
Files
Community
main
Video_Rackground_Removal
/
vite.config.js
Omarrran
Upload 5 files
1deea7f
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
import
{ defineConfig }
from
'vite'
;
export
default
defineConfig
({
build
: {
target
:
'esnext'
}
});