is there a generally good way to start flask apps ...
# general
f
is there a generally good way to start flask apps in development mode while using
./pants run
? i've got my binary target set up with an entry point
flask.cli:main
, but it seems like it's getting confused by the name of the pex it's run in