trilium/run.sh

6 lines
No EOL
70 B
Bash

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