Barazo AppView backend barazo.forum
at main 3 lines 183 B view raw
1// Fastify creates its own Pino logger instance. 2// This module re-exports the logger type for use outside request context. 3export type { FastifyBaseLogger as Logger } from 'fastify'