mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
refactor(workspace): fold internal packages into cli
This commit is contained in:
parent
8c2333cc15
commit
ac3885b652
945 changed files with 517 additions and 2686 deletions
|
|
@ -7,12 +7,12 @@ import {
|
|||
type KtxDaemonDatabaseHttpJsonRunner,
|
||||
type KtxDaemonTableIdentifierHttpJsonRunner,
|
||||
type LookerTableIdentifierParser,
|
||||
} from '@ktx/context/ingest';
|
||||
} from './context/ingest/index.js';
|
||||
import {
|
||||
createHttpSqlAnalysisPort,
|
||||
type KtxSqlAnalysisHttpJsonRunner,
|
||||
type SqlAnalysisPort,
|
||||
} from '@ktx/context/sql-analysis';
|
||||
} from './context/sql-analysis/index.js';
|
||||
import type { KtxCliIo } from './cli-runtime.js';
|
||||
import {
|
||||
ensureManagedPythonCommandRuntime,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue