UNPKG

dbmate

Version:

A lightweight, framework-agnostic database migration tool

10 lines 421 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const node_child_process_1 = require("node:child_process"); const resolveBinary_js_1 = require("./resolveBinary.js"); const child = (0, node_child_process_1.spawnSync)((0, resolveBinary_js_1.resolveBinary)(), process.argv.slice(2), { stdio: "inherit", }); process.exit(child.status ?? 0); //# sourceMappingURL=cli.js.map