'use strict'; function getLocalRootUrl(port) { return `http://localhost:${port}`; } module.exports = getLocalRootUrl;