'use strict' const warning = require('process-warning')() warning.create('FastifyWarning.fastify-static', 'FST_MODULE_DEP_fastify-static'.toUpperCase(), 'fastify-static has been deprecated. Use @fastify/static@5.0.0 instead.') warning.emit('FST_MODULE_DEP_fastify-static'.toUpperCase()) module.exports = require('fastify-static-deprecated')