Phase 1. 프로젝트 초기화 진행

This commit is contained in:
2026-06-09 22:40:10 +09:00
parent af5b46baf3
commit a93a6fa8e1
29 changed files with 7433 additions and 32 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;