From 549f2182310eb1a2c704c3ff1a6ed4030df4143f Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 12 Mar 2022 03:52:01 +0100 Subject: [PATCH] module-aliases in order to have things working with `NODE_ENV=production` --- backend/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/src/index.ts b/backend/src/index.ts index 4c08b422d..7c6219c07 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -1,5 +1,8 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ +// resolve @-import-aliases +import 'module-alias/register' + import createServer from './server/createServer' // config