first draft of blueprint synchronization works

This commit is contained in:
2021-11-12 15:16:48 +01:00
parent 05a7b831bb
commit 0e043316ef
16 changed files with 629 additions and 13 deletions
+3 -6
View File
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Zero.Web.DevServer
namespace Zero.Web.DevServer
{
public class ZeroDevOptions
{
@@ -12,5 +7,7 @@ namespace Zero.Web.DevServer
public bool ForwardLog { get; set; } = false;
public string WorkingDirectory { get; set; }
public bool Enabled { get; set; } = true;
}
}