neutral/bin/global-variables.js

12 lines
178 B
JavaScript
Raw Normal View History

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