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.
2 parents 8a11ee3 + e1e753a commit bee0308Copy full SHA for bee0308
index.js
@@ -17,4 +17,7 @@ module.exports = fp(function (fastify, opts, next) {
17
fastify.decorate('websocketServer', wss)
18
19
next()
20
+}, {
21
+ fastify: '>=0.39.0',
22
+ name: 'fastify-websocket'
23
})
0 commit comments