Install Tidewave and configure Cursor

This commit is contained in:
Claudio Ortolina
2025-05-13 07:34:56 +01:00
parent 64d99af9dc
commit 9b5765c323
4 changed files with 14 additions and 0 deletions
+4
View File
@@ -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