Files
Frontend-Internal-Developer…/frontend/next.config.mjs
2026-02-23 15:15:10 +08:00

8 lines
144 B
JavaScript

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