UNPKG

board

Version:

A minimalistic dashboard application.

22 lines (18 loc) 627 B
'use strict'; /* * ______ _________ * ___ /_____________ _____________ / * __ __ \ __ \ __ `/_ ___/ __ / * _ /_/ / /_/ / /_/ /_ / / /_/ / * /_.___/\____/\__,_/ /_/ \__,_/ * a minimalist dashboard and monitoring solution. * * This program is distributed under the terms of the MIT license. * Please see `LICENSE.md` file for details. * * Send your comments and suggestions to… * <https://github.com/v0lkan/board/issues> */ var _boardRunner = require('board.runner'); (0, _boardRunner.runFiles)(['jobs', 'pipe', 'web'], __dirname); //# sourceMappingURL=board.js.map