init: inital commit

This commit is contained in:
2026-04-16 15:46:00 +02:00
commit 34ddbe669e
40 changed files with 1556 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
defmodule Localiser.Repo do
use Ecto.Repo,
otp_app: :localiserd,
adapter: Ecto.Adapters.SQLite3
end