Skip to content

Commit 3f357d3

Browse files
try fixing the issue with phx.live-reload in prod
1 parent 0a7118d commit 3f357d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defmodule Fileonchain.MixProject do
3838
{:ecto_sql, "~> 3.12.0"},
3939
{:postgrex, ">= 0.19.1"},
4040
{:phoenix_html, "~> 4.1.1"},
41-
{:phoenix_live_reload, "~> 1.5.3", only: :dev},
41+
{:phoenix_live_reload, "~> 1.2"},
4242
# TODO bump on release to {:phoenix_live_view, "~> 1.0.0"},
4343
{:phoenix_live_view, "~> 1.0.0-rc.6", override: true},
4444
{:phoenix_live_view_dropzone, "~> 0.0.13"},

0 commit comments

Comments
 (0)