Files
Mugcloud/next.config.ts
haniyeroozmand a51d596c57 first
2026-05-07 11:18:05 +03:30

9 lines
156 B
TypeScript

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