Files
real-time-fund/next.config.js
2026-02-01 17:34:45 +08:00

7 lines
120 B
JavaScript

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