mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Implement LiveKit calls
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
"authors": "denis0001-dev",
|
||||
"scripts": {
|
||||
"backend:run": "bash ./scripts/backend:run.sh",
|
||||
"livekit:ensure": "bash ./scripts/livekit:ensure.sh",
|
||||
"livekit:run": "bash ./scripts/livekit:run.sh",
|
||||
"backend:dependencies": "python3 -m venv .venv && ./.venv/bin/pip3 install -r backend/requirements.txt",
|
||||
"backend:reinstall": "rm -rf .venv && npm run backend:dependencies",
|
||||
"backend:clean": "rm -rf backend/data",
|
||||
|
||||
Reference in New Issue
Block a user