reload
This commit is contained in:
parent
08f2583ebc
commit
b8929a9a5e
@ -32,6 +32,9 @@ if [ "$PRODUCTION" != "true" ]; then
|
||||
exec uv run uvicorn main:uvicorn_app \
|
||||
--host 0.0.0.0 \
|
||||
--port 8788 \
|
||||
--reload \
|
||||
--reload-dir /voicebot \
|
||||
--reload-dir /shared \
|
||||
--log-level info
|
||||
else
|
||||
echo "Running as client (connecting to lobby)..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user