diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index 6ec9519f..e951a0cd 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -123,6 +123,7 @@ Here are some of the official plugins maintained by the Elysia team: - [elysia-healthcheck](https://github.com/iam-medvedev/elysia-healthcheck) - Healthcheck plugin for Elysia.js - [elysia-csrf](https://github.com/lauhon/elysia-csrf) - A CSRF plugin, ported from [express-csrf](https://github.com/expressjs/csurf) - [elysia-local-https](https://github.com/mrtcmn/elysia-local-https) - Automatic local HTTPS for Elysia — certs generated, managed, and refreshed in one line. +- [elysia-circuit-breaker](https://github.com/camargo-leonardo/elysia-circuit-breaker) - A Circuit Breaker plugin that brings fault tolerance to Elysia.js. ## Complementary projects: