diff --git a/flavours/classic/config/runtime.exs b/flavours/classic/config/runtime.exs index d79523c546..095bef2c46 100644 --- a/flavours/classic/config/runtime.exs +++ b/flavours/classic/config/runtime.exs @@ -338,6 +338,8 @@ config :ecto_sparkles, slow_query_ms: String.to_integer(System.get_env("DB_SLOW_QUERY_MS", "100")), queries_log_level: String.to_atom(System.get_env("DB_QUERIES_LOG_LEVEL", "debug")) +# config :untangle, level: :error + # start prod-only config if config_env() == :prod do config :bonfire_umbrella, Bonfire.Common.Repo, diff --git a/justfile b/justfile index ca51e05e5a..4333ca3ce5 100644 --- a/justfile +++ b/justfile @@ -491,7 +491,7 @@ icons-uniq: sort -u -o assets/static/images/icons/icons.css assets/static/images/icons/icons.css # Push all changes to the app and extensions in ./forks -contrib: _pre-push-hooks contrib-forks-publish git-publish +contrib: _pre-push-hooks contrib-forks-publish _pre-push-hooks git-publish # Push all changes to the app and extensions in forks, increment the app version number, and push a new version/release contrib-release: _pre-push-hooks contrib-forks-publish update contrib-app-release