UNPKG

starty

Version:

a lightweight framework which helps building modular and configurable Node.js applications

8 lines (6 loc) 138 B
'use strict' const {initServers, startServices} = require('./construct'); module.exports = { initServers, startServices }