Use a local repository in Elixir?
The parameter is just that, "path".
{:example, "~> 0.9.9", path: "some/local/directory"}
More of a Mix.Project question than a Phoenix question. See the mix deps
docs for more info.
The parameter is just that, "path".
{:example, "~> 0.9.9", path: "some/local/directory"}
More of a Mix.Project question than a Phoenix question. See the mix deps
docs for more info.