UNPKG

bbpro

Version:

BrowserBox - remote browser isolation tool

14 lines (10 loc) 187 B
const path = require('path'); const url = require('url'); const file = __filename; const dir = path.dirname(file); const APP_ROOT = dir; module.exports = { APP_ROOT, dir, file }