Files
no-copy-legal-panel-frontend/next.config.ts
T

9 lines
156 B
TypeScript
Raw Normal View History

2026-01-15 17:13:57 +07:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;