Skip to content

Commit

Permalink
feat(autoload): support fastify 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
meixg committed Mar 8, 2023
1 parent 5679dfd commit 2866f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-autoload/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,6 @@ export default fp(async function (instance: FastifyInstance, opts: AppAutoload |
return;

}, {
fastify: '3.x',
fastify: '>= 3.0.0 < 5.0.0',
name: '@hoth/app-autoload',
});

0 comments on commit 2866f4e

Please sign in to comment.