mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-25 12:01:03 +02:00
feat(cli): export runKtxMongoQuery as public API to match runKtxSql
This commit is contained in:
parent
afb8a2d234
commit
a236ec9d91
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue