UNPKG

@fastify/autoload

Version:
13 lines (9 loc) 226 B
'use strict' const path = require('node:path') const AutoLoad = require('../../../') module.exports = function (fastify, opts, next) { fastify.register(AutoLoad, { dir: path.join(__dirname, 'package') }) next() }