UNPKG

@hadesz/monitor

Version:

A complete server monitoring system with agents, server and dashboard

8 lines (6 loc) 182 B
var fsDb = require('js-git/mixins/fs-db'); var nodeFs = require('../lib/node-fs'); module.exports = function (repo, rootPath) { repo.rootPath = rootPath; fsDb(repo, nodeFs); };