Good morning :slightly_smiling_face: I ran into a ...
# general
c
Good morning 🙂 I ran into a problem with react-hot-loader. When I do
pants run
it builds my app into
~/.pants.d/resolve/node/current/...
and starts it from there. Now when I edit code in my project the changes are of course not hot reloaded because it's a different copy of the project. So my question is that is there a way to tell `pants run`to use a certain directory for running, rather than building the app into pants.d and starting it from there?