Skip to content

Commit

Permalink
chore: add components folder to live reload in dev environment (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunom27 authored Aug 22, 2024
1 parent 55c436a commit deccf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ config :atomic, AtomicWeb.Endpoint,
patterns: [
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
~r"priv/gettext/.*(po)$",
~r"lib/atomic_web/(live|views)/.*(ex)$",
~r"lib/atomic_web/(live|views|components)/.*(ex)$",
~r"lib/atomic_web/templates/.*(eex)$",
~r"storybook/.*(exs)$"
]
Expand Down

0 comments on commit deccf02

Please sign in to comment.