We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9547a8 commit a0f65d7Copy full SHA for a0f65d7
1 file changed
lib/tidewave.ex
@@ -181,7 +181,7 @@ defmodule Tidewave do
181
182
"""
183
<meta name="tidewave:config" content="#{config |> Jason.encode!() |> Plug.HTML.html_escape()}" />
184
- <script type="module" src="#{client_url}/tc/toolbar.js"></script>
+ <script async type="module" src="#{client_url}/tc/toolbar.js"></script>
185
186
end
187
0 commit comments