I am getting this ts error when using this plugin Type 'Server' is not assignable to type 'Server | Http2Server'.
Since serverFactory is of type ServerFactoryFunction (source), consider typing the returned function using fastify.ServerFactoryFunction
I am getting this ts error when using this plugin
Type 'Server' is not assignable to type 'Server | Http2Server'.Since
serverFactoryis of typeServerFactoryFunction(source), consider typing the returned function usingfastify.ServerFactoryFunction