mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-03 16:00:32 +00:00
add util.ts for sharing common functions between frontend and backend
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ const { getSettings } = require("./util-server");
|
||||
const { Notification } = require("./notification")
|
||||
const gracefulShutdown = require("http-graceful-shutdown");
|
||||
const Database = require("./database");
|
||||
const { sleep } = require("./util");
|
||||
const { sleep } = require("../src/util");
|
||||
const args = require("args-parser")(process.argv);
|
||||
const prometheusAPIMetrics = require("prometheus-api-metrics");
|
||||
const { basicAuth } = require("./auth");
|
||||
|
||||
Reference in New Issue
Block a user