@sap-ux/btp-utils
Version:
Library to simplify working with SAP BTP specific features especially in SAP Business Application
12 lines • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ENV = void 0;
/**
* Enumeration of environment variables used in AppStudio
*/
var ENV;
(function (ENV) {
ENV["PROXY_URL"] = "HTTP_PROXY";
ENV["H2O_URL"] = "H2O_URL";
})(ENV || (exports.ENV = ENV = {}));
//# sourceMappingURL=app-studio.env.js.map