OptionaldecoratorsMap of named decorators to add to the Fastify instance.
OptionaldoneOptional callback invoked once the server is listening.
Application locals decorated onto the Fastify instance.
Logger instance used for error and info output.
OptionaloptsOptional Fastify server options (merged over defaultFastifyOptions).
Map of named plugins to register.
Map of named routes to register.
OptionalverifyToken verifier registered as the verifyToken Fastify decorator.
When omitted and locals.authPaths is set, all protected routes will
respond with 401 Unauthorized.
Options passed to the launcher function.