@ngserveio/ws
Version:
This library was generated with [Nx](https://nx.dev).
13 lines • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
function runExecutor(options) {
return tslib_1.__awaiter(this, void 0, void 0, function* () {
console.log('Executor ran for Build', options);
return {
success: true,
};
});
}
exports.default = runExecutor;
//# sourceMappingURL=executor.js.map