mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 18:12:33 +08:00
switch to the more-up-to-date esm-wallaby
https://github.com/wallabyjs/esm
This commit is contained in:
@@ -16,7 +16,7 @@ const { demoMode } = require("../config");
|
||||
const version = require("../../package.json").version;
|
||||
const apicache = require("../modules/apicache");
|
||||
|
||||
const axiosCachedDnsResolve = require("esm")(module)("axios-cached-dns-resolve");
|
||||
const axiosCachedDnsResolve = require("esm-wallaby")(module)("axios-cached-dns-resolve");
|
||||
|
||||
// create an axios client instance with the cached DNS resolve interceptor
|
||||
const axiosClient = axios.create();
|
||||
|
Reference in New Issue
Block a user