Packages
ex_debug_toolbar
0.4.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
Code.compiler_options(ignore_module_conflict: true)
defmodule Mix.Tasks.Compile.ExDebugToolbar do
@moduledoc false
use Mix.Task
def run(_) do
Code.require_file "lib/ex_debug_toolbar/config.ex"
ExDebugToolbar.Config.update()
end
end
Code.compiler_options(ignore_module_conflict: false)