We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bae0f commit e1190c5Copy full SHA for e1190c5
articles/container-apps/javascript-overview.md
@@ -256,7 +256,7 @@ Regularly update your dependencies to avoid security vulnerabilities. Use tools
256
257
## Error handling
258
259
-Implement robust error handling in your Node.js application. Use middleware in Express to handle errors gracefully.
+Implement robust error handling in your Node.js application. Use middleware in Express or Fastify to handle errors gracefully.
260
261
```typescript
262
// src/middleware/errorHandler.ts
0 commit comments