Install Tidewave and configure Cursor
This commit is contained in:
@@ -31,6 +31,10 @@ defmodule MusicLibraryWeb.Endpoint do
|
||||
gzip: false,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user