UNPKG

@graphql-mesh/compose-cli

Version:
12 lines (11 loc) 359 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const runComposeCLI_js_1 = require("./runComposeCLI.js"); require("ts-node/register"); require("dotenv/config"); (0, runComposeCLI_js_1.runComposeCLI)().catch(e => { runComposeCLI_js_1.spinnies.stopAll('fail'); console.error(e); process.exit(1); });