UNPKG

global-express

Version:

A Command line interface for instantly building an express

6 lines (4 loc) 127 B
const configGraphql = require('../config/graphql'); module.exports = function(app) { configGraphql.connectToServer(app); };