Current section
Files
Jump to
Current section
Files
lib/hephaestus_oban/application.ex
defmodule HephaestusOban.Application do
use Application
@impl true
def start(_type, _args) do
Supervisor.start_link([], strategy: :one_for_one, name: HephaestusOban.Supervisor)
end
end