const path = require("path"); const root = path.resolve(__dirname, '../') const __glob = { ROUTES: root + path.sep + "routes" + path.sep }; module.exports = { __glob };