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 97ed226 commit 62523c3Copy full SHA for 62523c3
starters/adapters/fastify/src/plugins/fastify-qwik.ts
@@ -39,4 +39,4 @@ const qwikPlugin: FastifyPluginAsync<FastifyQwikOptions> = async (
39
});
40
};
41
42
-export default fastifyPlugin(qwikPlugin, { fastify: "4.x" });
+export default fastifyPlugin(qwikPlugin, { fastify: ">=4.0.0 <6.0.0" });
0 commit comments