1
0

merge: upstream

This commit is contained in:
Mar0xy
2023-10-31 19:33:24 +01:00
217 changed files with 6773 additions and 2275 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export class ServerService implements OnApplicationShutdown {
public async launch(): Promise<void> {
const fastify = Fastify({
trustProxy: true,
logger: !['production', 'test'].includes(process.env.NODE_ENV ?? ''),
logger: false,
});
this.#fastify = fastify;