If i want to serve a flow locally, do I need to us...
# ask-community
r
If i want to serve a flow locally, do I need to use two terminal processes? One for
prefect server start
and one for the script where I run
flow.serve()
?