parts missed from the initial sync

This commit is contained in:
2026-04-23 10:42:47 +02:00
parent cd998f24a9
commit bb5e0e83e2
11 changed files with 11 additions and 11 deletions

View File

@@ -2,4 +2,4 @@ defmodule BDS do
@moduledoc """
Entry point for the bDS rewrite domain.
"""
end
end

View File

@@ -12,4 +12,4 @@ defmodule BDS.Application do
opts = [strategy: :one_for_one, name: BDS.Supervisor]
Supervisor.start_link(children, opts)
end
end
end

View File

@@ -2,4 +2,4 @@ defmodule BDS.Repo do
use Ecto.Repo,
otp_app: :bds,
adapter: Ecto.Adapters.SQLite3
end
end