parts missed from the initial sync
This commit is contained in:
@@ -2,4 +2,4 @@ defmodule BDS do
|
||||
@moduledoc """
|
||||
Entry point for the bDS rewrite domain.
|
||||
"""
|
||||
end
|
||||
end
|
||||
|
||||
@@ -12,4 +12,4 @@ defmodule BDS.Application do
|
||||
opts = [strategy: :one_for_one, name: BDS.Supervisor]
|
||||
Supervisor.start_link(children, opts)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -2,4 +2,4 @@ defmodule BDS.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :bds,
|
||||
adapter: Ecto.Adapters.SQLite3
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user