Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. global.app_require = function(name) {
  2. return require(__dirname + '/' + name);
  3. }
  4.  
  5. var fs = require('fs'),
  6. config = app_require('config'),
  7. common = app_require('utils/common');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement