Packages
ex_debug_toolbar
0.3.4
A debug web toolbar for Phoenix projects to display all sorts of information about request
Current section
Files
Jump to
Current section
Files
lib/mix/tasks/compile.ex_debug_toolbar.ex
defmodule Mix.Tasks.Compile.ExDebugToolbar do @moduledoc false use Mix.Task def run(_) do Code.require_file "lib/ex_debug_toolbar/application.ex" ExDebugToolbar.Application.update_config() endend