#!/usr/bin/env bash
cd "$HOME/AI-Coach/health-watcher-prod"
python3 -m http.server 8601 --bind 127.0.0.1
