You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var Jetty = require("jetty");
var Bento = module.exports = function Bento(config) {
_.defaults(this, config);
// hack: The only reason we need this is for apps that don't utilize
// the full screen. An alternative solution might be to simply have
// one of the components call a nuke, but no component should be
// responsible for the whole screen.
new Jetty(process.stdout).nuke();
};
The text was updated successfully, but these errors were encountered:
This is a bit of a hack
The text was updated successfully, but these errors were encountered: