Initial commit

This commit is contained in:
jiawei
2026-08-29 22:43:18 +08:00
commit a0a69736c5
20 changed files with 4509 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;