mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Support new config options to launch the Node process with a debug listener. This is compatible with node-inspector.
This commit is contained in:
@@ -21,5 +21,7 @@ namespace Microsoft.AspNetCore.NodeServices
|
||||
public string ProjectPath { get; set; }
|
||||
public string[] WatchFileExtensions { get; set; }
|
||||
public ILogger NodeInstanceOutputLogger { get; set; }
|
||||
public bool LaunchWithDebugging { get; set; }
|
||||
public int? DebuggingPort { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user