RE 3
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace zero.Backoffice.DevServer;
|
||||
|
||||
public class ZeroDevOptions
|
||||
{
|
||||
public int Port { get; set; } = 3399;
|
||||
|
||||
public bool ForwardLog { get; set; } = false;
|
||||
|
||||
public string WorkingDirectory { get; set; }
|
||||
|
||||
public bool Enabled { get; set; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user