generative_front/next.config.mjs
2026-02-21 11:48:59 +03:30

8 lines
146 B
JavaScript

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