Install Tidewave

This commit is contained in:
Claudio Ortolina
2026-02-06 16:06:50 +00:00
parent b76e702d71
commit 990d9f4c7e
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -31,6 +31,10 @@ defmodule MusicLibraryWeb.Endpoint do
gzip: not code_reloading?,
only: MusicLibraryWeb.static_paths()
if Code.ensure_loaded?(Tidewave) do
plug Tidewave
end
# Code reloading can be explicitly enabled under the
# :code_reloader configuration of your endpoint.
if code_reloading? do