Current section

Files

Jump to
commanded lib application.ex
Raw

lib/application.ex

defmodule Commanded.Application do
@moduledoc false
use Application
def start(_, _) do
Commanded.Supervisor.start_link()
end
end