edh-elo/basic-run.sh
2024-01-22 23:20:29 -08:00

6 lines
108 B
Bash
Executable File

#!/usr/bin/env bash
# Idempotent
source .venv/bin/activate
FLASK_APP=app SECRET_KEY=super-secret flask run