Skip to content

Commit 9cfec3b

Browse files
committed
Undo unwanted change
1 parent 14b7f0e commit 9cfec3b

File tree

1 file changed

+1
-2
lines changed
  • src/Components/WebAssembly/DevServer/src/Server

1 file changed

+1
-2
lines changed

src/Components/WebAssembly/DevServer/src/Server/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ public static IHost BuildWebHost(string[] args) =>
3535
{
3636
cb.AddInMemoryCollection(new Dictionary<string, string>
3737
{
38-
[WebHostDefaults.StaticWebAssetsKey] = name,
39-
["useWebAssemblyDebugging"] = "true",
38+
[WebHostDefaults.StaticWebAssetsKey] = name
4039
});
4140
}
4241
})

0 commit comments

Comments
 (0)