From bdc12d6b061c6d38cc2baac2ab0681549e95b289 Mon Sep 17 00:00:00 2001 From: Thelonius Kort Date: Tue, 27 Dec 2022 23:11:23 +0100 Subject: [PATCH] Add lib/outlook_web/components to live_reload --- config/dev.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)$" ] ]