openreplay/api/run-alerts-dev.sh
Kraiem Taha Yassine c850c64564 fix(alerts): fixed batch-ms-teams notifications (#1720)
(cherry picked from commit 2e92314cda)
2023-11-28 14:46:21 +01:00

3 lines
No EOL
90 B
Bash
Executable file

#!/bin/zsh
uvicorn app_alerts:app --reload --port 8888 --log-level ${S_LOGLEVEL:-warning}