- workspace→repos 클린 재동기화(auto-sync 발산 해소, 실델타 32파일) - AI provider flip: db/105_ai_provider_claude.sql 신규(멱등 UPSERT provider=claude) - application.yml schema-locations 에 105 등재(104 시드 이후 실행) - 키 미기재(ANTHROPIC_API_KEY env 단일 로드), 실패 시 Ollama 자동 폴백 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
391 B
HTML
14 lines
391 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 MES — AI 제조실행시스템</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|