ktx/packages/cli/src/context/index-sync/index.ts

3 lines
180 B
TypeScript
Raw Normal View History

export type { ReindexOptions, ReindexScopeResult, ReindexSummary, ReindexWorkResult } from './types.js';
export { discoverReindexScopes, reindexLocalIndexes } from './reindex.js';