Added Ecto, Cassandra and Auctions repo

This commit is contained in:
2026-07-15 22:21:33 +03:00
parent 94d601a458
commit 06e86abf33
11 changed files with 83 additions and 49 deletions
+1
View File
@@ -8,6 +8,7 @@ defmodule NeonVertigoService do
@impl true
def start(_start_type, _start_args) do
children = [
NeonVertigoService.Repo,
NeonVertigoService.Mqtt.Supervisor,
]