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 \
|
exec uv run uvicorn main:uvicorn_app \
|
||||||
--host 0.0.0.0 \
|
--host 0.0.0.0 \
|
||||||
--port 8788 \
|
--port 8788 \
|
||||||
|
--reload \
|
||||||
|
--reload-dir /voicebot \
|
||||||
|
--reload-dir /shared \
|
||||||
--log-level info
|
--log-level info
|
||||||
else
|
else
|
||||||
echo "Running as client (connecting to lobby)..."
|
echo "Running as client (connecting to lobby)..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user