This commit is contained in:
2026-04-10 13:26:28 +07:00
parent 18103372ae
commit 071b1f1515
19 changed files with 6879 additions and 131 deletions

8
next.config.ts Normal file
View File

@@ -0,0 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;