show toes server url

This commit is contained in:
Chris Wanstrath 2026-02-01 21:29:20 -08:00
parent 1fbc7a9858
commit 27c1bfd969

View File

@ -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