adding flask start to speed things up

This commit is contained in:
JesseBot 2022-10-05 08:22:47 +02:00
parent 379c5ed324
commit bd9e731cee

2
flask_start.sh Executable file
View file

@ -0,0 +1,2 @@
export FLASK_APP=web_routes
flask run