Current section
Files
Jump to
Current section
Files
lib/mix/tasks/arke_postgres.start.ex
defmodule Mix.Tasks.ArkePostgres.Start do
use Mix.Task
@shortdoc "Start Arke Postgres"
def run(_) do
Mix.Task.run("app.start")
ArkePostgres.init()
:ok
end
end