From 27c1bfd969e7828e5aa77f06893aa78c9579c6bb Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 1 Feb 2026 21:29:20 -0800 Subject: [PATCH] show toes server url --- src/server/tui.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/server/tui.ts b/src/server/tui.ts index 641e4c7..76c9f9f 100644 --- a/src/server/tui.ts +++ b/src/server/tui.ts @@ -1,4 +1,5 @@ import type { App } from '$apps' +import { TOES_URL } from '$apps' const RENDER_DEBOUNCE = 50 @@ -80,7 +81,7 @@ function render() { lines.push('\x1b[2J\x1b[H') // Header - lines.push('\x1b[1m🐾 Toes\x1b[0m') + lines.push(`\x1b[1m🐾 Toes\x1b[0m \x1b[90m${TOES_URL}\x1b[0m`) lines.push('') // Apps section