first commit

This commit is contained in:
2026-03-06 13:31:28 +08:00
commit e125321cae
42 changed files with 17645 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;