Files
nashel-frontend/next.config.ts
Халимов Рустам 69e7e7508a struct
2026-02-09 13:38:48 +03:00

9 lines
156 B
TypeScript

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