@valantic/spartacus-mock
Version:
This project offers you the possibility to mock the OCC Endpoints of your Composable Storefront (Spartacus). It uses the Mock Service Worker to mock the API calls.
10 lines • 427 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
const schematics_1 = require("@angular-devkit/schematics");
function default_1(options) {
return (tree, context) => {
return (0, schematics_1.chain)([(0, schematics_1.schematic)('setup', options), (0, schematics_1.schematic)('boilerplate', options)])(tree, context);
};
}
//# sourceMappingURL=index.js.map