blob: 26f34468cc21396ba83b8806fc8d200f0b32f609 [file] [log] [blame]
/**
* Global variable exports for console debug.
*/
module.exports = function(app) {
global.travel = app;
};