Skip to content

Commit

Permalink
rundev: use FLASK_DEBUG (Flask v2 doesn't use FLASK_ENV=development)
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Sep 13, 2023
1 parent 032f6fc commit 27009df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rundev
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ask_yn () {
}

export FLASK_ENV=development
export FLASK_DEBUG=True
cd "$(dirname "$0")"
while true; do
python3 app.py; ret=$?
Expand Down

0 comments on commit 27009df

Please sign in to comment.