mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:08:53 +02:00
committed by
Julian Lam
parent
71895f3736
commit
3299324534
1
app.js
1
app.js
@@ -50,6 +50,7 @@ var configExists = file.existsSync(configFile) || (nconf.get('url') && nconf.get
|
||||
var prestart = require('./src/prestart');
|
||||
prestart.loadConfig(configFile);
|
||||
prestart.versionCheck();
|
||||
prestart.setupWinston();
|
||||
|
||||
if (!process.send) {
|
||||
// If run using `node app`, log GNU copyright info along with server info
|
||||
|
||||
Reference in New Issue
Block a user