Hey all, I’m having a hard time getting the file s...
# general
l
Hey all, I’m having a hard time getting the file system watching capabilities of pants working. If I run:
Copy code
./pants run src/python/app/run.py
Then make changes to
run.py
or any of its transitive dependencies, I would expect pants to restart the run command. What am I missing here?