Files
support_frontend/next.config.mjs
T

7 lines
118 B
JavaScript
Raw Normal View History

2026-08-20 16:08:29 +05:30
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
export default nextConfig;