Fix watch directories
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
75b0417ad3
commit
fd58ee2a91
@ -21,7 +21,7 @@ export PATH="$VIRTUAL_ENV/bin:$PATH"
|
||||
# Launch voicebot in production or development mode
|
||||
if [ "$PRODUCTION" != "true" ]; then
|
||||
echo "Starting voicebot in development mode with auto-reload..."
|
||||
python3 scripts/reload_runner.py --watch ../voicebot --watch ../shared -- uv run main.py \
|
||||
python3 scripts/reload_runner.py --watch /voicebot --watch /shared -- uv run main.py \
|
||||
--insecure \
|
||||
--server-url https://ketrenos.com/ai-voicebot \
|
||||
--lobby default \
|
||||
|
Loading…
x
Reference in New Issue
Block a user