guardia-hrm/frontend/index.html
DESKTOP-TKLFCPR\ython 94705cf941 chore(deploy): HRM 클린 재동기화 + Claude provider flip
- workspace→repos 전체 소스 클린 재동기화(부분 auto-sync 컴파일불가 해소)
- db/202_ai_provider_claude.sql: hrm_settings ai.provider UPSERT claude(멱등, 104 시드 이후)
- application.yml schema-locations 에 202 등재(mode=always)
- 키 미설정/실패 시 AiTextRouter 가 Ollama 자동 폴백(무중단·무회귀)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-11 10:59:07 +09:00

14 lines
392 B
HTML

<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GUARDiA HRM — AI 인사관리 플랫폼</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>