api-docs / next.config.js
Hanzo Dev
Simplify Docker startup
32a7e1f
raw
history blame contribute delete
137 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
}
module.exports = nextConfig