I’m confused. It seems it’s working with
defmodule Feder.Mix do
use Mix.Project
def project do
[
...
config_path: "config/base.exs",
...
]
end
...
end
How can I tell apart if it’s not working? I see no sign.
I’m confused. It seems it’s working with
defmodule Feder.Mix do
use Mix.Project
def project do
[
...
config_path: "config/base.exs",
...
]
end
...
end
How can I tell apart if it’s not working? I see no sign.