1.0.2 • Published 1 year ago

@zotijstestingms/common v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Common

A library with all the shared code between the packages

Modules

Fastify Health Plugin

src/fastify-health-plugin decorates fastify instance with a health route.

Usage:

import fastify from 'fastify'
import { healthPlugin } from 'commons'

const app = fastify()

app.register(healthPlugin)
1.0.2

1 year ago