Skip to content

Instantly share code, notes, and snippets.

@cmstead
Last active April 5, 2018 19:37
Show Gist options
  • Save cmstead/be27f8f61e5e2773e7a17fad97cdb656 to your computer and use it in GitHub Desktop.
Save cmstead/be27f8f61e5e2773e7a17fad97cdb656 to your computer and use it in GitHub Desktop.
Dject example configuration
'use strict';
const path = require('path');
const config = {
cwd: path.join(__dirname, 'dependencies'),
modulePaths: [
'file-tools',
'logging-tools'
]
}
module.exports = require('dject').new(config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment