We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63001f commit fbf479eCopy full SHA for fbf479e
MyApp/Configure.AppHost.cs
@@ -19,6 +19,7 @@ public void Configure(IWebHostBuilder builder) => builder
19
public override void Configure()
20
{
21
SetConfig(new HostConfig {
22
+ DebugMode = true
23
});
24
25
//Allow Referencing in #Script expressions, e.g. [Input(EvalAllowableEntries)]
0 commit comments