UNPKG

@graphql-mesh/migrate-config-cli

Version:
7 lines (6 loc) 120 B
#!/usr/bin/env node import { run } from './index.js'; run().catch(e => { console.error(e); process.exit(1); });