updates
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 32s

This commit is contained in:
2026-03-25 21:32:10 -06:00
parent ec2a4dfced
commit 1b476ad816
8 changed files with 443 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ defmodule CobblemonUi.Application do
CobblemonUi.TierListScraper,
CobblemonUi.EvolutionApi,
CobblemonUi.PokeApi,
CobblemonUi.SpriteCache,
# Start to serve requests, typically the last entry
CobblemonUiWeb.Endpoint
]