Is there a way to `./pants run` something indefini...
# general
h
Is there a way to
./pants run
something indefinitely in a way that doesn't block other pants invocations? I'd like to avoid needing separate package and execution steps if possible.
1
b
./pants --concurrent run ...
1