Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hanzo-Community
/
devforge
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
46bed43
devforge
/
next.config.js
Hanzo Dev
Optimize Docker for faster startup
46bed43
5 months ago
raw
Copy download link
history
blame
Safe
161 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
reactStrictMode
:
true
,
swcMinify
:
true
,
}
module
.
exports
= nextConfig