board
Version:
A minimalistic dashboard application.
24 lines (19 loc) • 668 B
JavaScript
;
/*
* ______ _________
* ___ /_____________ _____________ /
* __ __ \ __ \ __ `/_ ___/ __ /
* _ /_/ / /_/ / /_/ /_ / / /_/ /
* /_.___/\____/\__,_/ /_/ \__,_/
* 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 _boardWeb = require('board.web');
var _configJson = require('../config.json');
(0, _boardWeb.create)(__dirname, '../boards', _configJson.boards);
//# sourceMappingURL=web.js.map