Passive UUID support
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
f64ca0ed21
commit
a90246cbe5
49 changed files with 2226 additions and 776 deletions
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue