1.0.12 • Published 3 years ago

@jscoding/fastify v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@jscoding/fastify

fastify & env-settings
default plugins: fastify-formbody, fastify-sensible

Install

npm install @jscoding/fastify

Usage

const fastify = await require('@jscoding/fastify')({});

Module Exports

async function(options) { }

  • options : {Object} : fastify options 參考

Reference

src/env.default.js