trimill.xyz/test.sh
2022-06-23 01:58:54 -04:00

6 lines
95 B
Bash
Executable file

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