Implement LiveKit calls

This commit is contained in:
2026-04-22 23:19:38 +03:00
Unverified
parent b7d884df58
commit 66a1060685
16 changed files with 465 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
cd backend
dotenv -e ../deployment/.env -- \
../.venv/bin/uvicorn main:app \
--host 127.0.0.1 \
--host 0.0.0.0 \
--port 8300 \
--reload \
--reload-exclude './alembic' \