Advertisement
Superloup10

Untitled

May 25th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const path = require("path");
  2. const baseDir = path.join(__dirname, '../../');
  3. const loader = path.join(baseDir, 'loader');
  4. const app = path.join(baseDir, 'app');
  5. const pidfile = path.join(baseDir, 'pidfile');
  6.  
  7. module.exports = {
  8.     baseDir,
  9.     loader,
  10.     app,
  11.     pidfile
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement