debug cgi interface

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-22 02:43:43 -07:00
parent c57068b34c
commit 8ab9667978
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
4 changed files with 153 additions and 118 deletions

View file

@ -20,7 +20,7 @@ test:
uv run pytest -vvv --tb=short --log-cli-level=INFO
compile:
uv run pyinstaller --clean -F src/cmd.py --name smithy
uv run pyinstaller --clean -F src/cmd.py --name smithycmd
clean:
uv run pyclean src test