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

This commit is contained in:
2026-03-16 20:48:04 -06:00
parent 37602fc78a
commit 842f727f4f
3 changed files with 106 additions and 35 deletions

View File

@@ -12,6 +12,7 @@ defmodule CobblemonUi.Application do
{DNSCluster, query: Application.get_env(:cobblemon_ui, :dns_cluster_query) || :ignore},
{Phoenix.PubSub, name: CobblemonUi.PubSub},
CobblemonUi.CobblemonFS,
CobblemonUi.TierListScraper,
# Start to serve requests, typically the last entry
CobblemonUiWeb.Endpoint
]