- workspace/guardia-cms 정본을 repos에 클린 재동기화(부분 auto-sync 발산 해소, 컴파일 가능 상태 회복) - AI provider flip: db/105_ai_provider_claude.sql (cms_setting UPSERT ai.provider=claude, 멱등) - application.yml schema-locations 에 105 등재 (104 시드 이후 실행) - stale 프론트 번들 2종 정리(빌드 재생성분) - Claude 키 미설정/실패 시 AiTextRouter Ollama 자동 폴백(무중단·무회귀) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
386 B
HTML
14 lines
386 B
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
<title>GUARDiA CMS — AI 콘텐츠 관리</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|