add config.ROOT_PATH

This commit is contained in:
Feross Aboukhadijeh
2016-03-21 20:17:41 -07:00
parent 6706bc665c
commit 75fd7aadac
2 changed files with 7 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ module.exports = {
IS_PRODUCTION: isProduction(),
ROOT_PATH: __dirname,
STATIC_PATH: path.join(__dirname, 'static'),
SOUND_ADD: 'file://' + path.join(__dirname, 'static', 'sound', 'add.wav'),