UNPKG

fastify-cli

Version:

Run a fastify route with one command!

7 lines (5 loc) 163 B
'use strict' // This is a counter example. WILL NOT WORK! // we are creating an async plugin with only one argument module.exports = async function (fastify) { }