The project I work on has our Erlang code in a sub-directory of the project. Thus, the code that was looking for deps in ./deps was breaking. This adds a new config value were we can specify the value of our deps directory defaulting to the standard erlang location.
The project I work on has our Erlang code in a sub-directory of the project. Thus, the code that was looking for deps in
./deps
was breaking. This adds a new config value were we can specify the value of our deps directory defaulting to the standard erlang location.