module-aliases in order to have things working with NODE_ENV=production

This commit is contained in:
Ulf Gebhardt 2022-03-12 03:52:01 +01:00
parent 45068d512c
commit 549f218231
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,5 +1,8 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
// resolve @-import-aliases
import 'module-alias/register'
import createServer from './server/createServer'
// config