wip
This commit is contained in:
parent
bd77731487
commit
77d0c05a64
3 changed files with 83 additions and 18 deletions
2
justfile
2
justfile
|
|
@ -2,7 +2,7 @@ default:
|
|||
@just --choose
|
||||
|
||||
start-auth:
|
||||
./main_auth.py &
|
||||
./main_auth.py
|
||||
|
||||
stop-auth:
|
||||
pkill -f main_auth.py || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue