update dependencies

This commit is contained in:
Philipinho
2024-06-22 03:47:42 +01:00
parent df1840cf67
commit a3b690ac50
7 changed files with 2067 additions and 1423 deletions

View File

@ -30,7 +30,7 @@ async function bootstrap() {
app.useWebSocketAdapter(redisIoAdapter);
await app.register(fastifyMultipart);
await app.register(fastifyMultipart as any);
app
.getHttpAdapter()