Files
nexcurrency/next.config.mjs
2026-03-07 16:34:10 +01:00

7 lines
117 B
JavaScript

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