Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CatPtain
/
web_ppt_7.7
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
28e1dba
web_ppt_7.7
/
backend
/
babel.config.js
CatPtain
Upload 85 files
28e1dba
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
146 Bytes
export
default
{
presets
: [
[
'@babel/preset-env'
,
{
targets
: {
node
:
'current'
}
}
]
]
};