29f0230453
CI / docker (push) Has been cancelled
CI 仅执行 go test 不会先构建前端;提交最小 index.html 占位,其余 dist 产物仍由 make web / Dockerfile 生成。 Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
192 B
HTML
11 lines
192 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Wormhole</title>
|
|
</head>
|
|
<body>
|
|
<p>Wormhole API running. Build web UI: <code>make web</code></p>
|
|
</body>
|
|
</html>
|