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
+4
View File
@@ -0,0 +1,4 @@
# Local development
DATABASE_URL="mysql://USER:PASSWORD@127.0.0.1:3306/chocomae"
NEXTAUTH_SECRET="replace-with-local-secret"
NEXTAUTH_URL="http://localhost:3001"