Files
lead-management-react-nest-…/frontend/next.config.ts
2026-03-06 13:31:28 +08:00

9 lines
156 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;