feat(tui): move logging to server logs

This commit is contained in:
adamdottv 2025-07-09 08:16:10 -05:00
commit ca8ce88354
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
19 changed files with 582 additions and 202 deletions

View file

@ -7,5 +7,5 @@ cd "$(dirname "$0")/.."
echo "==> Running Go build"
go build .
# Compile the tests but don't run them
go test -c .
echo "==> Checking tests compile"
go test -run=^$ .