chore: lint to fix build

This commit is contained in:
Eli Bosley
2025-04-02 12:23:20 -04:00
parent 7a421ce4ec
commit 9004313ff8

View File

@@ -52,7 +52,13 @@ export async function bootstrapNestServer(): Promise<NestFastifyApplication> {
origin: true, // Allows all origins
credentials: true,
methods: ['GET', 'PUT', 'POST', 'DELETE', 'OPTIONS'],
allowedHeaders: ['Content-Type', 'Authorization', 'X-Requested-With', 'X-CSRF-TOKEN', 'X-API-KEY'],
allowedHeaders: [
'Content-Type',
'Authorization',
'X-Requested-With',
'X-CSRF-TOKEN',
'X-API-KEY',
],
});
// Setup Nestjs Pino Logger