1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-26 02:39:27 -05:00
This commit is contained in:
syuilo 2018-07-28 18:01:49 +09:00
parent 01f60c829d
commit 2bdad9c411

View file

@ -27,7 +27,7 @@ const clusterLog = debug('misskey:cluster');
const ev = new Xev();
if (process.env.NODE_ENV != 'production') {
process.env.DEBUG = 'misskey:*';
debug.enable('misskey');
}
const pkg = require('../package.json');