Compile dev routes in test

As the route is rendered in the stats page, it needs to be enabled in
all Mix environments in order to avoid compile time warnings.
This commit is contained in:
Claudio Ortolina
2024-11-29 15:26:59 +00:00
parent 010c769b55
commit 3facdcb5bd
+2
View File
@@ -28,4 +28,6 @@ config :phoenix, :plug_init_mode, :runtime
config :phoenix_live_view, config :phoenix_live_view,
enable_expensive_runtime_checks: true enable_expensive_runtime_checks: true
config :music_library, dev_routes: true
config :music_library, LastFm, api: nil config :music_library, LastFm, api: nil