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 8a11ee3 commit e1e753aCopy full SHA for e1e753a
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