This commit is contained in:
2025-01-24 19:55:34 -05:00
parent 0b47373127
commit 7eba1da366
5 changed files with 1502 additions and 0 deletions

3
start.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
$(kill -9 $(pidof fastapi))
screen -dmS api uv run fastapi run base.py --host 127.0.0.1 --port 52111