trilium/run.sh

6 lines
70 B
Bash

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