BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
lib
/
node_modules
/
pm2
/
node_modules
/
git-node-fs
/
mixins
📤 Upload
📝 New File
📁 New Folder
Close
Editing: fs-db.js
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); };
Save
Cancel