fs-fastify:从文件系统驱动您的fastify设置

时间:2024-03-09 13:16:15
【文件属性】:

文件名称:fs-fastify:从文件系统驱动您的fastify设置

文件大小:8KB

文件格式:ZIP

更新时间:2024-03-09 13:16:15

JavaScript

fs-fastify 通过文件系统驱动固定设置的模块。 例子 const fastify = require ( 'fastify' ) ( { logger : true } ) ; const fs_fastify = require ( '@andyburke/fs-fastify' ) ; const routes = await fs_fastify ( ) ; for ( const route of routes ) { fastify . route ( route ) ; } fastify . listen ( 3000 , function ( err , address ) { if ( err ) { fastify . log . error ( err ) ; process . exit ( 1 ) ; } fastify


【文件预览】:
fs-fastify-dev
----index.js(1KB)
----package.json(457B)
----.eslintrc.json(1KB)
----test()
--------api_root()
--------tests.js(534B)
----package-lock.json(8KB)
----.gitignore(73B)
----README.md(2KB)

网友评论