You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(`Server is running on port ${port} `.green);
});
// if express can't handle the error, then we can use process.on('uncaughtException') to handle the error. but it's not recommended. instead we can use error handling middleware. example is in middlewares\errorHandler.js