#!/usr/bin/env bunimport { jsx as _jsx } from"react/jsx-runtime";
import { render } from"ink";
importAppfrom"./ink-app.js";
// This entry point launches the new Ink-based CLI.// Legacy CLI remains available at src/cli.ts.render(_jsx(App, {}));
//# sourceMappingURL=ink-cli.js.map