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