We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a5d1f commit b73fa90Copy full SHA for b73fa90
app/server/beam/tau/config/dev.exs
@@ -50,7 +50,7 @@ config :tau, TauWeb.Endpoint,
50
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
51
~r"priv/gettext/.*(po)$",
52
~r"lib/tau_web/(live|views)/.*(ex)$",
53
- ~r"lib/tau_web/templates/.*(eex)$",
+ ~r"lib/tau_web/(controllers|live|components)/.*(ex|heex)$",
54
~r"../petal_components/lib/.*(ex)$"
55
]
56
0 commit comments