4 lines
109 B
Text
4 lines
109 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
DEBUG=true CONFIG=./elig-test.ini.sample FLASK_APP=webapp poetry run flask run --reload
|