Files
support_frontend/next.config.mjs
T
2026-08-20 16:08:29 +05:30

7 lines
118 B
JavaScript

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