JavaScriptAppResource.publishAsNodeServer
Method
interface JavaScriptAppResource { // ... omitted for brevity publishAsNodeServer( entryPoint: string, outputPath?: string): JavaScriptAppResource;}Signature
method
publishAsNodeServer builder Publishes the JavaScript application as a standalone Node.js server that runs a built artifact directly.
publishAsNodeServer( entryPoint: string, outputPath?: string): JavaScriptAppResourceParameters
entryPoint string outputPath string optional = . Returns
JavaScriptAppResource Defined on
This method is defined on the following type: