husk/start.sh

7 lines
92 B
Bash
Executable File

#!/usr/bin/env bash
export FLASK_ENV=development
export FLASK_APP=start_site.py
flask run