This commit is contained in:
Халимов Рустам
2026-02-09 13:38:48 +03:00
parent 9e21298192
commit 69e7e7508a
22 changed files with 7346 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;