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
+1 -1
View File
@@ -42,7 +42,7 @@ namespace Zero.Web.DevServer
{
// this is a development-time service,
// therefore no way to enable it in production
if (!env.IsDevelopment())
if (!env.IsDevelopment() || !options.Value.Enabled)
{
return;
}