UNPKG

fastify-scaffold

Version:

I write a fair number of web apps that use `fastify` (as a web server), `marko` (for templating), and `lasso` (for asset bundling).

10 lines (7 loc) 110 B
'use strict' const config = {} config.logger = { pretty: true, level: 'trace' } module.exports = config