react-code-dataset / next.js /packages /create-next-app /templates /default-empty /js /next.config.mjs
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| reactStrictMode: true, | |
| }; | |
| export default nextConfig; | |
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| reactStrictMode: true, | |
| }; | |
| export default nextConfig; | |