Initial Commit

This commit is contained in:
2026-09-16 17:22:14 +09:00
commit 858ee9e9da
335 changed files with 123898 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# API base URL. 풀 URL 또는 '/' 로 시작하는 절대경로.
# dev/prd 모두 single-origin 전제라 상대경로가 기본.
VITE_API_BASE_URL=/api/v1
# dev 서버 '/api' proxy 대상 백엔드 origin (기본값: http://localhost:8001)
VITE_DEV_API_TARGET=http://localhost:8001
# Entra Graph scope (선택, 기본값: User.Read)
# VITE_ENTRA_GRAPH_SCOPE=User.Read