From 9a7a43a725adcf1b409f494e587bc2aa453c64ef Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:16:29 +1100 Subject: Allow running api, cdn, gateway separately --- src/api/start.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/api/start.ts') diff --git a/src/api/start.ts b/src/api/start.ts index fa120e59..a67e6f2b 100644 --- a/src/api/start.ts +++ b/src/api/start.ts @@ -1,3 +1,4 @@ +require("module-alias/register"); process.on("uncaughtException", console.error); process.on("unhandledRejection", console.error); -- cgit 1.5.1