Make debug logging optional and update build script output

This commit is contained in:
Jose Luis Montañes Ojados
2026-01-16 23:58:51 +01:00
parent 78e7988db1
commit 267c92266a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ $env:XAI_API_KEY = "xai-TyecBoTLlFNL0Qxwnb0eRainG8hKTpJGtnCziMhm1tTyB1FrLpZm0gHN
# go run ./cmd/voicebot --server localhost:9987 --nickname Adam --voice Rex --greeting " " --room "test"
# go run ./cmd/tui --server ts.vlazaro.es:9987 --nickname Adam
go build -o tui_debug.exe ./cmd/tui
go build -o dist/tui_debug.exe ./cmd/tui