UNPKG

hapiest-server

Version:

A wrapper around Hapi.js with a configuration-first approach

9 lines (6 loc) 135 B
'use strict'; /** * @type {ServerFactory} */ const ServerFactory = require('./lib/serverFactory'); module.exports = ServerFactory;