mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
cbf4854ad6
@ -26,7 +26,7 @@ import User from '../models/user';
|
||||
const app = new Koa();
|
||||
app.proxy = true;
|
||||
|
||||
if (process.env.NODE_ENV != 'production' && process.env.NODE_ENV != 'test') {
|
||||
if (!['production', 'test'].includes(process.env.NODE_ENV)) {
|
||||
// Logger
|
||||
app.use(logger());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user