Fix watch directories

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2025-09-01 15:05:25 -07:00
parent 75b0417ad3
commit fd58ee2a91

View File

@ -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 \