您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. fs-fastify:从文件系统驱动您的fastify设置-源码

  2. 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 ) ;
  3. 所属分类:其它