Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KingNish
/
Transformers.js-Playground
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c49cf7f
Transformers.js-Playground
/
next.config.ts
KingNish
Upload 29 files
3baa9da
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
133 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
/* config options here */
};
export
default
nextConfig;