mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): bump all (#294)
This commit is contained in:
parent
1979d924c9
commit
38cf2ff549
69 changed files with 4681 additions and 3804 deletions
|
|
@ -13,7 +13,7 @@ import { Scope } from "@sentry/node";
|
|||
|
||||
function setupSentry(
|
||||
app: NestExpressApplication,
|
||||
configService: ConfigService
|
||||
configService: ConfigService,
|
||||
) {
|
||||
Sentry.init({
|
||||
dsn: configService.get<string>("SENTRY_DSN"),
|
||||
|
|
@ -34,7 +34,7 @@ function setupSentry(
|
|||
}
|
||||
},
|
||||
],
|
||||
})
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ async function bootstrap() {
|
|||
new ValidationPipe({
|
||||
transform: true,
|
||||
transformOptions: { enableImplicitConversion: true },
|
||||
})
|
||||
}),
|
||||
);
|
||||
app.enableShutdownHooks();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue