@sasjs/cli
Version:
Command line interface for SASjs
12 lines (11 loc) • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.updateSasjsTag = void 0;
/**
* Updates sasjs adapter's config in index.html if present.
*/
var updateSasjsTag = function (tag, target) {
tag.setAttribute('appLoc', target.appLoc);
tag.setAttribute('serverType', target.serverType);
};
exports.updateSasjsTag = updateSasjsTag;