@uvcat/accounts
v1.1.1
Published
[](http://standardjs.com/) 
Readme
MY_PLUGIN

Supports Fastify versions 3.x
Install
npm i __MY_PLUGIN__Usage
Require __MY_PLUGIN__ and register.
const fastify = require('fastify')()
fastify.register(require('__MY_PLUGIN__'), {
// put your options here
})
fastify.listen(3000)Acknowledgements
License
Licensed under MIT.
