1
1
Fork 0
mirror of https://github.com/zadam/trilium.git synced 2025-02-23 22:44:44 +08:00
trilium/run-debug.sh
2017-08-21 20:34:17 -04:00

6 lines
No EOL
70 B
Bash

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