Dev-only router that mounts the Scoria dashboard for local development.
This file lives under dev/ and is compiled ONLY in :dev (see
elixirc_paths/1 in mix.exs). It is never included in the Hex package
(package.files lists lib explicitly, not dev), so adopters never
receive it — it exists purely so mix phx.server can serve the dashboard
for the screenshot/critique harness and manual iteration.
It mirrors the per-test inline routers used in test/scoria_web/live/*:
a minimal :browser pipeline plus the public scoria_dashboard/2 macro.
Summary
Functions
Callback invoked by Plug on every request.
Callback implementation for Phoenix.VerifiedRoutes.formatted_routes/1.
Callback required by Plug that initializes the router for serving web requests.
Callback implementation for Phoenix.VerifiedRoutes.verified_route?/2.
Functions
Callback invoked by Plug on every request.
Callback implementation for Phoenix.VerifiedRoutes.formatted_routes/1.
Callback required by Plug that initializes the router for serving web requests.
Callback implementation for Phoenix.VerifiedRoutes.verified_route?/2.