This commit is contained in:
MarkLo 2025-11-21 21:14:21 +08:00
parent ba1da4b0aa
commit db3d5754de
1 changed files with 8 additions and 0 deletions

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