UNPKG

fastify-cli

Version:

Run a fastify route with one command!

13 lines (11 loc) 207 B
'use strict' module.exports = { port: 5000, address: 'fastify.dev:9999', prefix: 'FASTIFY_', watch: true, prettyLogs: true, debugPort: 4000, pluginTimeout: 9 * 1000, closeGraceDelay: 1000 }