Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eberhenriquez94
/
PDF_OCR
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c976171
PDF_OCR
/
frontend
/
vite.config.js
eberhenriquez94
a
8dea7a5
verified
4 months ago
raw
Copy download link
history
blame
Safe
162 Bytes
import
{ defineConfig }
from
"vite"
;
export
default
defineConfig
({
root
:
"./"
,
build
: {
outDir
:
"../dist"
,
emptyOutDir
:
true
,
},
});