UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

12 lines (11 loc) 370 B
"use strict"; 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;