3c2285922e
CI / docker (push) Failing after 2m2s
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>
12 lines
285 B
HTML
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>
|