This commit is contained in:
Kiss Dávid
2026-03-21 12:34:22 +01:00
parent 465613f6a0
commit 9efbe5baee
42 changed files with 571 additions and 562 deletions
Regular → Executable
+1 -1
View File
@@ -17,7 +17,7 @@ const loggerConfig = defineConfig({
transport: {
targets: targets()
.pushIf(!app.inProduction, targets.pretty())
.pushIf(app.inProduction, targets.file({ destination: 1 }))
.pushIf(app.inProduction, targets.file({ destination: './logs/app.log' }))
.toArray(),
},
},