mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-10 12:27:49 +00:00
Saving all progress
This commit is contained in:
9
node_modules/http-proxy-middleware/dist/configuration.js
generated
vendored
Normal file
9
node_modules/http-proxy-middleware/dist/configuration.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.verifyConfig = verifyConfig;
|
||||
const errors_1 = require("./errors");
|
||||
function verifyConfig(options) {
|
||||
if (!options.target && !options.router) {
|
||||
throw new Error(errors_1.ERRORS.ERR_CONFIG_FACTORY_TARGET_MISSING);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user