phoenix_playground icon indicating copy to clipboard operation
phoenix_playground copied to clipboard

Release compat

Open bcardarella opened this issue 7 months ago • 2 comments

This PR allows for running mix release as the LiveReload code is now guarded against if it is explicitly opted out of

In addition, the plug option from start/1 was moved into start_link/1 so the Router can be overridden when using start_link/1 directly

Added an example to run for using start_link/1 in a Supervisor. This example stack traces prior to this PR

Also updated to latest phoenix_live_view

bcardarella avatar Apr 02 '25 03:04 bcardarella

This PR allows for running mix release as the LiveReload code is now guarded against if it is explicitly opted out of

WDYT about adding an examples/demo_release/, a minimal Mix project that showcases the release capability?

wojtekmach avatar Apr 09 '25 10:04 wojtekmach

@wojtekmach that makes sense, I can add those in this week.

bcardarella avatar Apr 14 '25 12:04 bcardarella