Files
Trilium/run.sh
2017-08-13 19:43:33 -04:00

6 lines
70 B
Bash

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