UNPKG

karshard

Version:

Karshard: Fastify + System Information API with Load Balancer support for GCP, Azure, and Cloudflare. More info: https://github.com/DeveloperKubilay/Karshard

9 lines (7 loc) 230 B
const fp = require('fastify-plugin') module.exports = fp(require('./node'), { fastify: '5.x' }) module.exports.default = require('./node') module.exports.host = require('./host') module.exports.serve = require('./serve')