UNPKG

aura-ai

Version:

AI-powered marketing strategist CLI tool for developers

14 lines (13 loc) 425 B
#!/usr/bin/env -S node --no-warnings import { jsx } from "react/jsx-runtime"; import "react"; import { render } from "ink"; import { I as InitPage } from "./page-CHKhZAAX.js"; async function runInitInteractive() { const { waitUntilExit } = render(/* @__PURE__ */ jsx(InitPage, { onBack: () => process.exit(0) })); await waitUntilExit(); } export { runInitInteractive }; //# sourceMappingURL=interactive-DdmguDCB.js.map