lib/test_lib_elixir_package.ex
defmodule TestLibElixirPackage do
def hello do
:world
end
def testFunction do
dev_url = Application.fetch_env!(:test_lib, :dev)
dev_url[:url]
end
end
defmodule TestLibElixirPackage do
def hello do
:world
end
def testFunction do
dev_url = Application.fetch_env!(:test_lib, :dev)
dev_url[:url]
end
end