2 writes to WatchHmr
Aspire.Hosting.JavaScript (2)
DenoHostingExtensions.cs (2)
289
annotation.
WatchHmr
= true;
295
annotation.
WatchHmr
= false;
3 references to WatchHmr
Aspire.Hosting.JavaScript (3)
DenoHostingExtensions.cs (3)
799
if ((deno.Watch || deno.
WatchHmr
) &&
802
var managedFlag = deno.
WatchHmr
? "--watch-hmr" : "--watch";
859
if (deno.
WatchHmr
)