This commit is contained in:
2025-12-16 21:23:28 +03:00
commit cb0b14799e
15 changed files with 1109 additions and 0 deletions

8
web/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;