Skip to content

Instantly share code, notes, and snippets.

@voxpelli
Created November 28, 2024 11:18
Show Gist options
  • Save voxpelli/f7f835da965b84b43ae154f7694ad6c8 to your computer and use it in GitHub Desktop.
Save voxpelli/f7f835da965b84b43ae154f7694ad6c8 to your computer and use it in GitHub Desktop.
Most lightweight Fastify compliant module ever
module.exports = require('fastify');
{
"name": "lightest-ever-fastify",
"peerDependencies": {
"fastify": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment