We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a21bcc commit 97e1fbaCopy full SHA for 97e1fba
lib/mix/tasks/tableau.build.ex
@@ -10,6 +10,7 @@ defmodule Mix.Tasks.Tableau.Build do
10
11
@impl Mix.Task
12
def run(argv) do
13
+ Application.ensure_all_started(:telemetry)
14
{:ok, config} = Tableau.Config.new(@config)
15
token = %{site: %{config: config}}
16
Mix.Task.run("app.start", ["--preload-modules"])
0 commit comments