fix: apply bugfix agent improvements to next.config.js

This commit is contained in:
cupadev-admin 2026-03-09 12:48:22 +00:00
parent b756e66d5c
commit f0c66808d5
1 changed files with 6 additions and 0 deletions

6
next.config.js Normal file
View File

@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;