UNPKG

linagora-rse

Version:
8 lines (5 loc) 255 B
'use strict'; // add your constants here. const path = require('path'); module.exports.FRONTEND_PATH = path.normalize(__dirname + '/../../frontend'); module.exports.CORE_FRONTEND_PATH = path.normalize(path.dirname(require.main.filename) + '/frontend');