fix: fix logger

This commit is contained in:
Steve Korshakov 2025-08-26 20:53:33 -07:00
parent f8cd32b4f4
commit 382f531d72

View File

@ -62,7 +62,6 @@ export async function startApi(): Promise<{ app: FastifyInstance; io: Server }>
// Start API
const app = fastify({
logger: true,
loggerInstance: logger,
bodyLimit: 1024 * 1024 * 100, // 100MB
});