debug: error in index.mjs
Some checks failed
CI/CD / test (push) Successful in 9s
CI/CD / deploy (push) Failing after 25s

This commit is contained in:
Stepan Vladovskiy 2024-04-09 12:25:50 -03:00
parent 14a0fba747
commit 65c9801174

View File

@ -127,5 +127,6 @@ process.on('unhandledRejection', (reason, promise) => {
process.on('uncaughtException', (error) => { process.on('uncaughtException', (error) => {
Sentry.captureException(error); Sentry.captureException(error);
}); });
};
startServer(); startServer();