LiveReloadExtensions
Pennington.Infrastructure
Extensions that wire the live reload WebSocket endpoint into the request pipeline.
Methods
UseLiveReload
#public static WebApplication UseLiveReload(WebApplication app)
Adds live reload WebSocket support for development. Skipped during static build (see PenningtonCli).
Parameters
appWebApplication
Returns
WebApplicationPennington.Infrastructure.LiveReloadExtensions
namespace Pennington.Infrastructure;
/// Extensions that wire the live reload WebSocket endpoint into the request pipeline.
public class LiveReloadExtensions
{
/// Adds live reload WebSocket support for development. Skipped during static build (see PenningtonCli).
public static WebApplication UseLiveReload(WebApplication app)
;
}