tidewave
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Moritz 2025-06-11 20:18:51 +02:00
parent d7b85cada0
commit cae7509462
Signed by: moritz
GPG key ID: 1020A035E5DD0824
4 changed files with 8 additions and 0 deletions

View file

@ -25,6 +25,10 @@ defmodule MvWeb.Endpoint do
gzip: false,
only: MvWeb.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