UNPKG

beyond

Version:

The Full Stack Universal Typescript Framework

11 lines (8 loc) 217 B
module.exports = async function (instances) { 'use strict'; const bees = instances.get('main'); await bees.ready; const bee = bees.compiledDashboard; await bee.ready; return bee; }