Files
nanobot/webui/websocket-debug/index.html
T
Jack Lu a1ec7b192a feat(channels): WebSocket server channel, debug UI, and logging
Add WebSocket server channel for outbound push, a Vite/React debugging
interface under webui/websocket-debug, and refine log wording.

Made-with: Cursor
2026-04-08 21:35:29 +08:00

13 lines
310 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nanobot WebSocket Debug</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>