mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +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
|
|
@ -5,8 +5,8 @@ import { fileURLToPath, pathToFileURL } from 'node:url';
|
|||
import {
|
||||
localConnectionTypeForConfig,
|
||||
resolveNotionConnectionAuthToken,
|
||||
} from '@ktx/context/connections';
|
||||
import { resolveKtxConfigReference } from '@ktx/context/core';
|
||||
} from './context/connections/index.js';
|
||||
import { resolveKtxConfigReference } from './context/core/index.js';
|
||||
import {
|
||||
cloneOrPull,
|
||||
DEFAULT_METABASE_CLIENT_CONFIG,
|
||||
|
|
@ -20,14 +20,14 @@ import {
|
|||
parseLookmlStagedDir,
|
||||
parseMetricflowFiles,
|
||||
testRepoConnection,
|
||||
} from '@ktx/context/ingest';
|
||||
} from './context/ingest/index.js';
|
||||
import {
|
||||
type KtxProjectConfig,
|
||||
type KtxProjectConnectionConfig,
|
||||
loadKtxProject,
|
||||
markKtxSetupStateStepComplete,
|
||||
serializeKtxProjectConfig,
|
||||
} from '@ktx/context/project';
|
||||
} from './context/project/index.js';
|
||||
import type { KtxCliIo } from './cli-runtime.js';
|
||||
import { pickNotionRootPages } from './notion-page-picker.js';
|
||||
import { runKtxSourceMapping } from './source-mapping.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue