show evolutions as well
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 33s

This commit is contained in:
2026-03-18 20:28:06 -06:00
parent a8e3c9b1cc
commit d48f23b022
7 changed files with 4431 additions and 106 deletions

View File

@@ -13,6 +13,7 @@ defmodule CobblemonUi.Application do
{Phoenix.PubSub, name: CobblemonUi.PubSub},
CobblemonUi.CobblemonFS,
CobblemonUi.TierListScraper,
CobblemonUi.EvolutionApi,
# Start to serve requests, typically the last entry
CobblemonUiWeb.Endpoint
]