mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-10 11:12:10 +02:00
fix(ingest): bypass adapter allow-list for public source ingest
This commit is contained in:
parent
50c5f6fb28
commit
9cb0bdbeac
2 changed files with 37 additions and 0 deletions
|
|
@ -477,6 +477,7 @@ export async function executePublicIngestTarget(
|
|||
...(target.sourceDir ? { sourceDir: target.sourceDir } : {}),
|
||||
outputMode: sourceIngestOutputMode(args, io),
|
||||
inputMode: args.inputMode,
|
||||
allowImplicitAdapter: true,
|
||||
};
|
||||
const runIngest = deps.runIngest ?? runKtxIngest;
|
||||
const exitCode = deps.ingestProgress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue