Skip to content

Commit

Permalink
Update dev.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 9, 2024
1 parent 5d23bb2 commit 54e9306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flavours/classic/config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ if System.get_env("HOT_CODE_RELOAD") != "-1" do

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

0 comments on commit 54e9306

Please sign in to comment.