회원가입 진행중

This commit is contained in:
2026-01-30 16:16:54 +09:00
parent d18ed72493
commit debf24e4cc
49 changed files with 9490 additions and 1 deletions

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