This commit is contained in:
Waylon Walker 2025-11-21 13:47:16 -06:00
parent bd77731487
commit 77d0c05a64
3 changed files with 83 additions and 18 deletions

View file

@ -2,7 +2,7 @@ default:
@just --choose
start-auth:
./main_auth.py &
./main_auth.py
stop-auth:
pkill -f main_auth.py || true