working on db logic
Some checks failed
CI/CD Pipeline / build (push) Failing after 3s

This commit is contained in:
2026-03-12 15:01:33 -06:00
parent 399eb9f93f
commit 4dc4814b2f
21 changed files with 573 additions and 256 deletions

View File

@@ -59,7 +59,8 @@ defmodule ElixirAi.MixProject do
{:ecto_sql, "~> 3.11"},
{:postgrex, ">= 0.0.0"},
{:horde, "~> 0.9"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:zoi, "~> 0.17"}
]
end