Files
WizardMerge/frontends/nextjs/next.config.js
2025-12-26 04:10:33 +00:00

7 lines
118 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig