function toLocalUrl()

in dev-proxy-server/src/commands.js [5:7]


function toLocalUrl(port) {
  return `http://localhost:${port}`;
}