This commit is contained in:
Louis Lam 2022-12-15 13:39:48 +08:00
parent 9dc2cc1f0d
commit 765d8e1297
7 changed files with 236 additions and 3 deletions

View file

@ -8,7 +8,7 @@ console.log("Welcome to Uptime Kuma");
// As the log function need to use dayjs, it should be very top
const dayjs = require("dayjs");
dayjs.extend(require("dayjs/plugin/utc"));
dayjs.extend(require("dayjs/plugin/timezone"));
dayjs.extend(require("./modules/dayjs/plugin/timezone"));
dayjs.extend(require("dayjs/plugin/customParseFormat"));
// Check Node.js Version