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
commit9a7a43a725adcf1b409f494e587bc2aa453c64ef (patch)
tree60d9d8191a0ccd9998ac12b46d2a26b7e5c0a126 /src/api/start.ts
parentAdd token check back to loginRedirect (diff)
downloadserver-9a7a43a725adcf1b409f494e587bc2aa453c64ef.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);