Files
beaver_project/auth-portal/src/next.config.js
2026-03-13 16:40:08 +08:00

8 lines
121 B
JavaScript

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