This commit is contained in:
eric
2026-01-26 23:53:59 -06:00
parent 20c1bbd12c
commit 6fbd86bf43
3 changed files with 329 additions and 0 deletions

1
web.sh Normal file
View File

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