show toes server url
This commit is contained in:
parent
1fbc7a9858
commit
27c1bfd969
|
|
@ -1,4 +1,5 @@
|
||||||
import type { App } from '$apps'
|
import type { App } from '$apps'
|
||||||
|
import { TOES_URL } from '$apps'
|
||||||
|
|
||||||
const RENDER_DEBOUNCE = 50
|
const RENDER_DEBOUNCE = 50
|
||||||
|
|
||||||
|
|
@ -80,7 +81,7 @@ function render() {
|
||||||
lines.push('\x1b[2J\x1b[H')
|
lines.push('\x1b[2J\x1b[H')
|
||||||
|
|
||||||
// Header
|
// Header
|
||||||
lines.push('\x1b[1m🐾 Toes\x1b[0m')
|
lines.push(`\x1b[1m🐾 Toes\x1b[0m \x1b[90m${TOES_URL}\x1b[0m`)
|
||||||
lines.push('')
|
lines.push('')
|
||||||
|
|
||||||
// Apps section
|
// Apps section
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user