UNPKG

server-status-check

Version:

query the server periodically to check whether it is up

8 lines (7 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("dotenv/config"); var loadDictElement = { instance: process.env.MISSING_REF_VALUE_REPLACEMENT || '<strong style="color: red;">THIS_IS_A_DUMMY_VAL_FOR_A_MISSING_REF</strong>', }; exports.default = loadDictElement;