You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TestHostPrerenderWASM/TestHostPrerenderWASM.Client/Program.cs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,18 @@
7
7
8
8
//Be careful we have two entry points to enable the client to be both a standalone app and the client for the server app.
9
9
// removing the below, app.razor, and index.html would put the project back to being just for the testing host (WebAssembly.DevServer could be removed from nuget too)
10
-
//if (builder.HostEnvironment.IsProduction()) //qqqq worked but want release mode not to be tied to this
0 commit comments