Skip to content

Commit

Permalink
Enable web_console_logger for umbrella as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ponychicken committed Sep 28, 2024
1 parent 838a9ad commit d5e427a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ config :<%= @web_app_name %>, <%= @endpoint_module %>,
# Watch static and templates for browser reloading.
config :<%= @web_app_name %>, <%= @endpoint_module %>,
live_reload: [
web_console_logger: true,
patterns: [
~r"priv/static/(?!uploads/).*(js|css|png|jpeg|jpg|gif|svg)$",<%= if @gettext do %>
~r"priv/gettext/.*(po)$",<% end %>
Expand Down

0 comments on commit d5e427a

Please sign in to comment.