Notes/run.sh

6 lines
66 B
Bash
Raw Normal View History

2017-05-22 20:43:45 -04:00
#!/bin/sh
export FLASK_DEBUG=1
export FLASK_APP=app.py
flask run