feat: initialize managed portal
This commit is contained in:
6
managed/store_dwell_alert/scripts/run_local.sh
Normal file
6
managed/store_dwell_alert/scripts/run_local.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
|
||||
"$PROJECT_DIR/.venv/bin/python" -m app.main "$@"
|
||||
Reference in New Issue
Block a user