Skip to content

Commit fbf479e

Browse files
authored
Set temp debug mode
1 parent c63001f commit fbf479e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MyApp/Configure.AppHost.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public void Configure(IWebHostBuilder builder) => builder
1919
public override void Configure()
2020
{
2121
SetConfig(new HostConfig {
22+
DebugMode = true
2223
});
2324

2425
//Allow Referencing in #Script expressions, e.g. [Input(EvalAllowableEntries)]

0 commit comments

Comments
 (0)