diff --git a/index.mjs b/index.mjs index 584dee6..d6c3ed8 100644 --- a/index.mjs +++ b/index.mjs @@ -127,5 +127,6 @@ process.on('unhandledRejection', (reason, promise) => { process.on('uncaughtException', (error) => { Sentry.captureException(error); }); +}; startServer();