UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

8 lines (5 loc) 122 B
'use strict'; function getLocalRootUrl(port) { return `http://localhost:${port}`; } module.exports = getLocalRootUrl;