https://pantsbuild.org/ logo
c

chilly-planet-38178

07/03/2017, 6:58 AM
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?