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

@ -51,14 +51,20 @@ resources:
methods:
get: get /app
init: post /app/init
log: post /log
find:
models:
match: Match
symbol: Symbol
methods:
text: get /find
files: get /find/file
symbols: get /find/symbol
file:
models:
file: File
methods:
read: get /file
status: get /file/status