phoenix_playground
phoenix_playground copied to clipboard
Release compat
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
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 that makes sense, I can add those in this week.