Files
neru.rip/next.config.ts
T
2025-12-28 17:14:03 -03:00

9 lines
156 B
TypeScript

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