fastify-config-loader:固定配置加载器

时间:2024-06-05 21:45:14
【文件属性】:

文件名称:fastify-config-loader:固定配置加载器

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-05 21:45:14

JavaScript

固定配置加载器 安装: $ npm install fastify-config-loader --save 如何使用? const fastify = require ( 'fastify' ) ( ) const configs = require ( 'fastify-config-loader' ) fastify . register ( configs , { path : '[CONFIGS_DIRECTORY_PATH]' } ) fastify . get ( '/' , async ( request , reply ) => { console . log ( 'Configs:' , fastify . Configs ) // => returns configs object return { hello : 'world' } } ) 这个怎么


【文件预览】:
fastify-config-loader-master
----.gitignore(914B)
----README.md(2KB)
----bin()
--------run.js(78B)
----main.js(2KB)
----package.json(797B)

网友评论