init chapter3

This commit is contained in:
jiawei
2026-08-30 15:09:19 +08:00
parent 1916e3e31a
commit 0aa57254d9
18 changed files with 4499 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;