docs: update startup message to mention WebUI
- Changed "Server running at" to "Server and WebUI running at" - Clarifies that the web interface is available at the same port
This commit is contained in:
@@ -71,7 +71,7 @@ app.listen(PORT, () => {
|
||||
║ Antigravity Claude Proxy Server ║
|
||||
╠══════════════════════════════════════════════════════════════╣
|
||||
║ ║
|
||||
${border} ${align(`Server running at: http://localhost:${PORT}`)}${border}
|
||||
${border} ${align(`Server and WebUI running at: http://localhost:${PORT}`)}${border}
|
||||
${statusSection}║ ║
|
||||
${controlSection}
|
||||
║ ║
|
||||
|
||||
Reference in New Issue
Block a user