Skip to content

Commit 62523c3

Browse files
authored
chore(fastify starter): allow v5 (#6975)
1 parent 97ed226 commit 62523c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/adapters/fastify/src/plugins/fastify-qwik.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ const qwikPlugin: FastifyPluginAsync<FastifyQwikOptions> = async (
3939
});
4040
};
4141

42-
export default fastifyPlugin(qwikPlugin, { fastify: "4.x" });
42+
export default fastifyPlugin(qwikPlugin, { fastify: ">=4.0.0 <6.0.0" });

0 commit comments

Comments
 (0)