3 lines
151 B
Bash
Executable file
3 lines
151 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
DEBUG=true TEMPLATES_AUTO_RELOAD=true FLASK_ENV=development CONFIG=./elig-test.ini FLASK_APP=webapp poetry run flask run --reload
|