Files
hwilliams-dev/next.config.ts
2026-03-26 23:50:36 -04:00

8 lines
128 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactCompiler: true,
};
export default nextConfig;