Plug that serves Rekindle Web generations during development.
Add it to a Plug pipeline with the OTP application that owns the Rekindle configuration:
plug Rekindle.DevServer, otp_app: :my_appThe first request starts the Web development runtime unless watch: false is
supplied. The Phoenix installer adds this Plug automatically.