Files
Luminary/web/dist/index.html
T
renjue 3c2285922e
CI / docker (push) Failing after 2m2s
Fix CI go test by committing embed placeholder for web/dist.
Keep a minimal dist/index.html in version control so go:embed succeeds
when CI checks out without a frontend build; ignore other dist artifacts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:13:39 +08:00

12 lines
285 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Luminary AI Gateway</title>
</head>
<body>
<p>UI not built. Run: <code>make build-web</code></p>
</body>
</html>