From 8424c4026afd7304880a4ce8138a04ffb3d8c938 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 30 Aug 2019 16:50:12 +0200 Subject: Add auto follow back support for instances --- server.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server.ts') diff --git a/server.ts b/server.ts index 50511a906..d5f8f0b2b 100644 --- a/server.ts +++ b/server.ts @@ -1,3 +1,5 @@ +require('module-alias/register') + // FIXME: https://github.com/nodejs/node/pull/16853 import { PluginManager } from './server/lib/plugins/plugin-manager' -- cgit v1.2.3