better process tracking for admin dashboard
Some checks failed
CI/CD Pipeline / build (push) Failing after 5s

This commit is contained in:
2026-03-20 12:07:16 -06:00
parent b2f53942a2
commit 6138d71d29
21 changed files with 910 additions and 106 deletions

View File

@@ -19,6 +19,7 @@ defmodule ElixirAiWeb.Router do
live "/", HomeLive
live "/chat/:name", ChatLive
live "/admin", AdminLive
end
# Other scopes may use custom stacks.