UNPKG

@graphql-mesh/migrate-config-cli

Version:
10 lines (9 loc) 340 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_js_1 = require("./index.js"); console.warn('This package is still in development, please use with caution, and report any issues if you have any.'); (0, index_js_1.run)().catch(e => { console.error(e); process.exit(1); });