UNPKG

generator-confit

Version:

Yeoman generator for creating the development process, tools and a sample project for current-generation web applications

8 lines (6 loc) 165 B
function getServerURL (serverConfig) { return `${serverConfig.protocol}://${serverConfig.hostname}:${serverConfig.port}/`; } module.exports = { getServerURL };