Parent: [50b56b] (diff)

Child: [9bb579] (diff)

Download this file

constants.js    7 lines (5 with data), 254 Bytes

1
2
3
4
5
6
7
/*made by Miguel Rodrigues @ KBZ miguel.rodrigues@knowledgebiz.pt*/
'use strict';
var path = require('path');
module.exports.FRONTEND_PATH = path.normalize(__dirname + '/frontend');
module.exports.BACKEND_PATH = path.normalize(__dirname + '/frontend');