
Node.js support is just for experimental purpose at this stage, may expect a lot of changes and refactoring as time goes by. Story: 2001580 Task: 6529 Change-Id: Ib75364ed4501da198b2d40f4eb111428e5e3cbbb
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
exports.main = function (context, input) {
|
|
return "Hello, NodeJS"
|
|
}
|