feat(cli): export runKtxMongoQuery as public API to match runKtxSql

This commit is contained in:
Kevin Messiaen 2026-07-06 20:29:04 +07:00
parent afb8a2d234
commit a236ec9d91
No known key found for this signature in database
GPG key ID: 19FF750A17315202

View file

@ -34,6 +34,7 @@ export type {
export { runKtxSetupSourcesStep } from './setup-sources.js';
export { runKtxRuntime, type KtxRuntimeArgs, type KtxRuntimeDeps } from './runtime.js';
export { runKtxSql, type KtxSqlArgs, type KtxSqlDeps } from './sql.js';
export { runKtxMongoQuery, type KtxMongoQueryArgs, type KtxMongoQueryCliDeps } from './mongo-query.js';
export {
allocateDaemonPort,
readManagedPythonDaemonStatus,