trilium/run-debug.sh
2017-08-21 20:34:17 -04:00

6 lines
70 B
Bash

#!/bin/sh
export FLASK_DEBUG=1
export FLASK_APP=src/app.py
flask run