Update dependencies
ecto_sql 3.13.2 => 3.13.3 phoenix 1.8.2 => 1.8.3 phoenix_live_reload 1.6.1 => 1.6.2
This commit is contained in:
+5
-2
@@ -26,8 +26,11 @@ config :music_library, MusicLibraryWeb.Endpoint,
|
||||
# Print only warnings and errors during test
|
||||
config :logger, level: :warning
|
||||
|
||||
# Initialize plugs at runtime for faster test compilation
|
||||
config :phoenix, :plug_init_mode, :runtime
|
||||
config :phoenix,
|
||||
# Initialize plugs at runtime for faster test compilation
|
||||
plug_init_mode: :runtime,
|
||||
# Enable sorting query params in verified routes during tests
|
||||
sort_verified_routes_query_params: true
|
||||
|
||||
# Enable helpful, but potentially expensive runtime checks
|
||||
config :phoenix_live_view,
|
||||
|
||||
Reference in New Issue
Block a user