Last active
April 5, 2018 19:37
-
-
Save cmstead/be27f8f61e5e2773e7a17fad97cdb656 to your computer and use it in GitHub Desktop.
Dject example configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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