Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/hub-api-playground
johnnyclem
/
hub-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2d2f803
hub-api
/
next.config.js
Esteves Enzo
test to change port
2d2f803
over 1 year ago
raw
Copy download link
history
blame
Safe
212 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
experimental
: {
serverActions
:
true
,
serverComponentsExternalPackages
: [
'sharp'
,
'onnxruntime-node'
],
},
}
module
.
exports
= nextConfig