Files
asepharyana-hub-hub/next.config.ts
T

9 lines
156 B
TypeScript
Raw Normal View History

2026-07-23 06:24:10 +07:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;