trimill.xyz/test.sh
2024-05-12 19:21:34 -04:00

7 lines
94 B
Bash
Executable file

#!/bin/sh
. venv/bin/activate
export FLASK_APP=flaskr
export FLASK_ENV=development
flask run