UNPKG

@graphql-mesh/serve-cli

Version:
12 lines (11 loc) 407 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("@graphql-mesh/utils"); const run_js_1 = require("./run.js"); globalThis.__VERSION__ = '0.8.9-alpha-20240731212710-7bf0f9d3d294db0cf96217c25810dc7cba4b06a1'; const log = new utils_1.DefaultLogger(); (0, run_js_1.run)({ log }).catch(err => { log.error(err); process.exit(1); });