feat(import): resolve references and schema composition
This commit is contained in:
@@ -227,6 +227,7 @@ async fn run(
|
||||
.with_artifact_store(artifact_store.clone())
|
||||
.with_public_base_url(base_url)
|
||||
.with_outbound_http_policy(outbound_http_policy)
|
||||
.with_external_reference_import(&config.external_references)?
|
||||
.with_identity_provider(std::sync::Arc::new(identity_provider))
|
||||
.build();
|
||||
if config.demo_seed {
|
||||
|
||||
Reference in New Issue
Block a user