chore: update ClawdBot CLI branding

This commit is contained in:
Peter Steinberger
2026-01-08 05:20:08 +01:00
parent ab8db941d0
commit 3f11927cd9
2 changed files with 21 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ export async function ensureMediaHosted(
if (!mediaServer) {
mediaServer = await startMediaServer(port, TTL_MS, runtime);
logInfo(
`📡 Started temporary media host on http://localhost:${port}/media/:id (TTL ${TTL_MS / 1000}s)`,
`🦞 Started temporary media host on http://localhost:${port}/media/:id (TTL ${TTL_MS / 1000}s)`,
runtime,
);
mediaServer.unref?.();