Amba-Emails/next.config.js
2025-12-14 22:05:15 +03:00

7 lines
120 B
JavaScript

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