Files
real-time-fund/next.config.js
2026-02-08 22:31:27 +08:00

8 lines
143 B
JavaScript

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