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

@@ -17,6 +17,9 @@ defmodule CobblemonUiWeb.Endpoint do
websocket: [connect_info: [session: @session_options]],
longpoll: [connect_info: [session: @session_options]]
# Serve cached sprites from the CACHE_DIR/sprites directory.
plug CobblemonUiWeb.Plugs.SpriteStatic
# Serve at "/" the static files from "priv/static" directory.
#
# When code reloading is disabled (e.g., in production),