You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
403 B

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.actionAsync = actionAsync;
function _xdl() {
const data = require("xdl");
_xdl = function () {
return data;
};
return data;
}
async function actionAsync(projectRoot, options) {
await _xdl().Detach.prepareDetachedBuildAsync(projectRoot, options);
}
//# sourceMappingURL=prepareDetachedBuildAsync.js.map