Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hanzo-Community
/
api-docs
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
api-docs
/
next.config.js
Hanzo Dev
Simplify Docker startup
32a7e1f
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
swcMinify
:
true
,
}
module
.
exports
= nextConfig