using the same configuration used by BlazorDevServer (#88919)
authorThays Grazia <thaystg@gmail.com>
Mon, 17 Jul 2023 13:12:55 +0000 (10:12 -0300)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2023 13:12:55 +0000 (10:12 -0300)
src/mono/wasm/debugger/BrowserDebugHost/runtimeconfig.template.json [new file with mode: 0644]

diff --git a/src/mono/wasm/debugger/BrowserDebugHost/runtimeconfig.template.json b/src/mono/wasm/debugger/BrowserDebugHost/runtimeconfig.template.json
new file mode 100644 (file)
index 0000000..e9b3f38
--- /dev/null
@@ -0,0 +1,3 @@
+ {
+   "rollForwardOnNoCandidateFx": 2
+ }