Skip to content

Commit

Permalink
add reloadable_compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 19, 2023
1 parent 1bdbe89 commit 465122a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flavours/classic/config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ if enable_code_reloading do

config :bonfire, Bonfire.Web.Endpoint,
code_reloader: true,
reloadable_compilers: [:leex, :elixir, :surface],
reloadable_apps: [:bonfire] ++ local_dep_names,
live_reload: [
patterns: patterns ++ hot_patterns,
Expand Down

0 comments on commit 465122a

Please sign in to comment.