summary refs log tree commit diff
path: root/src/api/start.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-31 13:16:29 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-31 13:17:21 +1100
commit49ae07ff297b0cffbb667d627320092a1022230c (patch)
tree5d5bdb1682052612f0b460777d7714b5502834b4 /src/api/start.ts
parentAdd token check back to loginRedirect (diff)
downloadserver-49ae07ff297b0cffbb667d627320092a1022230c.tar.xz
Allow running api, cdn, gateway separately
Diffstat (limited to 'src/api/start.ts')
-rw-r--r--src/api/start.ts1
1 files changed, 1 insertions, 0 deletions
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);