@quo0/stiletto
Version:
With stiletto library you will be able to mock requests and choose between preconfigured responses right on the fly via UI
17 lines (16 loc) • 812 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/*
stiletto | log help
stiletto --help | log help
stiletto --init | scaffold default setup
stiletto --new | launch console prompts and create new setup
stiletto --setup setupName | launch specific stiletto setup
stiletto --setup setupName --browser firefox | launch specific stiletto setup in specific browser
*/
require("reflect-metadata");
const app_1 = require("./app/app");
const inversify_config_1 = require("./inversify.config");
inversify_config_1.container.get(app_1.App);
//# sourceMappingURL=index.js.map