basics being displayed

This commit is contained in:
2026-03-16 12:44:06 -06:00
parent ef64c5cd0d
commit c252ef0e11
21 changed files with 1283 additions and 43 deletions

View File

@@ -11,8 +11,7 @@ defmodule CobblemonUi.Application do
CobblemonUiWeb.Telemetry,
{DNSCluster, query: Application.get_env(:cobblemon_ui, :dns_cluster_query) || :ignore},
{Phoenix.PubSub, name: CobblemonUi.PubSub},
# Start a worker by calling: CobblemonUi.Worker.start_link(arg)
# {CobblemonUi.Worker, arg},
CobblemonUi.CobblemonFS,
# Start to serve requests, typically the last entry
CobblemonUiWeb.Endpoint
]