stuff
This commit is contained in:
Regular → Executable
+1
-1
@@ -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(),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user