NodeAppResource
Handle
interface NodeAppResource extends IComputeResource, IContainerFilesDestinationResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IResourceWithContainerFiles, IResourceWithServiceDiscovery { withScriptDebugging(scriptPath: string): NodeAppResource;}Methods
Enables debugging support for a Node.js application with an explicit script path
withScriptDebugging(scriptPath: string): NodeAppResourceParameters
scriptPath string Returns
NodeAppResource