Async Handler
The Async Handler component is a foundational Express utility that ensures all errors thrown inside asynchronous route handlers are reliably captured and forwarded to Express’s global error middleware.
Installation Guide
Install the component using the servercn CLI:
npx servercn-cli add async-handler