This commit is contained in:
Your Name
2026-01-24 04:24:41 +00:00
parent 50b61d75fc
commit 0806545014
3 changed files with 244 additions and 110 deletions

1
web.sh Normal file
View File

@@ -0,0 +1 @@
uvicorn web:app --host 0.0.0.0 --port 8000 --reload