This commit is contained in:
parent
d7b85cada0
commit
cae7509462
4 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue