dev server stuff

This commit is contained in:
2020-11-03 00:49:41 +01:00
parent 08169e529c
commit 600465a937
6 changed files with 58 additions and 39 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace Zero.Web.DevServer
{
public int Port { get; set; } = 3399;
public bool ForwardLog { get; set; } = true;
public bool ForwardLog { get; set; } = false;
public string WorkingDirectory { get; set; }
}