Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hanzo-Community
/
search
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
search
/
next.config.js
Hanzo Dev
Simplify Docker startup
e2dfee6
5 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