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.
I am getting this ts error when using this plugin Type 'Server' is not assignable to type 'Server | Http2Server'.
Type 'Server' is not assignable to type 'Server | Http2Server'.
Since serverFactory is of type ServerFactoryFunction (source), consider typing the returned function using fastify.ServerFactoryFunction
serverFactory
ServerFactoryFunction
fastify.ServerFactoryFunction