UNPKG

beyond

Version:

The Full Stack Universal Typescript Framework

7 lines (5 loc) 151 B
module.exports = instances => async function () { 'use strict'; const bee = await require('./bee')(instances); await bee.start(); }