Skip to content

Commit e34d1ed

Browse files
authored
docs(ecosystem): add fastify-autoload to core list (fastify#2796)
1 parent 5a6aa29 commit e34d1ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Ecosystem.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Plugins maintained by the fastify team are listed under [Core](#core) while plug
99
- [`fastify-accepts`](https://github.com/fastify/fastify-accepts) to have [accepts](https://www.npmjs.com/package/accepts) in your request object.
1010
- [`fastify-accepts-serializer`](https://github.com/fastify/fastify-accepts-serializer) to serialize to output according to `Accept` header.
1111
- [`fastify-auth`](https://github.com/fastify/fastify-auth) Run multiple auth functions in Fastify.
12+
- [`fastify-autoload`](https://github.com/fastify/fastify-autoload) Require all plugins in a directory.
1213
- [`fastify-awilix`](https://github.com/fastify/fastify-awilix) Dependency injection support for fastify, based on [awilix](https://github.com/jeffijoe/awilix).
1314
- [`fastify-bankai`](https://github.com/fastify/fastify-bankai) [Bankai](https://github.com/yoshuawuyts/bankai) assets compiler for Fastify.
1415
- [`fastify-basic-auth`](https://github.com/fastify/fastify-basic-auth) Basic auth plugin for Fastify.

0 commit comments

Comments
 (0)