This commit is contained in:
Timothy J. Baek
2024-05-21 14:02:44 -07:00
commit 0f42868f36
5 changed files with 133 additions and 0 deletions

2
dev.sh Executable file
View File

@@ -0,0 +1,2 @@
PORT="${PORT:-9099}"
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload