Added timestamps to logs

This commit is contained in:
La Programmatrice Verde
2025-08-18 16:04:49 +02:00
parent fd500d24a0
commit 67df0ea9f6
458 changed files with 12920 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
const { get } = require("express/lib/response");
const dayjs = require('dayjs')
module.exports = {
token: "",
@@ -16,4 +16,5 @@ module.exports = {
return this.hosts;
},
eventEmitter: {},
now: dayjs().format('DD/MM/YYYY HH:mm:ss.sss')
};