Passive UUID support
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:

committed by
Scott Nonnenberg

parent
f64ca0ed21
commit
a90246cbe5
3
main.js
3
main.js
@@ -68,7 +68,8 @@ const userConfig = require('./app/user_config');
|
||||
const importMode =
|
||||
process.argv.some(arg => arg === '--import') || config.get('import');
|
||||
|
||||
const development = config.environment === 'development';
|
||||
const development =
|
||||
config.environment === 'development' || config.environment === 'staging';
|
||||
|
||||
// We generally want to pull in our own modules after this point, after the user
|
||||
// data directory has been set.
|
||||
|
Reference in New Issue
Block a user