diff --git a/config/dev.exs b/config/dev.exs index 589bb39..ffc8d46 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -58,7 +58,7 @@ config :outlook, OutlookWeb.Endpoint, patterns: [ ~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$", ~r"priv/gettext/.*(po)$", - ~r"lib/outlook_web/(live|views)/.*(ex)$", + ~r"lib/outlook_web/(live|views|components)/.*(ex)$", ~r"lib/outlook_web/templates/.*(eex)$" ] ]