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