feat: add logger

This commit is contained in:
Steve Korshakov 2025-07-12 20:09:02 -07:00
parent bf6457753b
commit d70ec6c720

View File

@ -33,6 +33,7 @@ export async function startApi() {
// Start API
const app = fastify({
logger: true,
bodyLimit: 1024 * 1024 * 100, // 100MB
});
app.register(require('@fastify/cors'), {