mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-23 23:11:13 -04:00
Fix #2318
This commit is contained in:
parent
9dc2cc1f0d
commit
765d8e1297
7 changed files with 236 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue