devforge / next.config.js
Hanzo Dev
Optimize Docker for faster startup
46bed43
raw
history blame
161 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
swcMinify: true,
}
module.exports = nextConfig