This commit is contained in:
Mayel de Borniol 2023-10-09 13:37:44 +01:00
parent 4d00d3fff7
commit 213261f18f
2 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,11 @@
[
import_deps: [:beacon, :beacon_live_admin, :surface, :phoenix, :ecto, :ecto_sql],
import_deps: [
# :beacon, :beacon_live_admin,
:surface,
:phoenix,
:ecto,
:ecto_sql
],
plugins: [Phoenix.LiveView.HTMLFormatter, Surface.Formatter.Plugin],
# add patterns matching all .sface files and all .ex files with ~F sigils

View file

@ -60,8 +60,8 @@ config :bonfire, Bonfire.Web.Endpoint,
# NOTE: see also `LV_TIMEOUT` and `LV_FULLSWEEP_AFTER` for the socket in the endpoint module
]
config :bonfire, :markdown_library, :earmark # FIXME: MDex not defined
# FIXME: MDex not defined
config :bonfire, :markdown_library, :earmark
config :phoenix, :json_library, Jason
config :phoenix_gon, :json_library, Jason