From 636bf3a15f51fd6866b76fd5b0581823b924f720 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 6 Jun 2024 20:26:11 +0300 Subject: [PATCH] fix(medusa-oas-cli): add circular dependency (#7639) --- packages/cli/oas/medusa-oas-cli/redocly/redocly-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/cli/oas/medusa-oas-cli/redocly/redocly-config.yaml b/packages/cli/oas/medusa-oas-cli/redocly/redocly-config.yaml index e5a7f1a750..e113df2979 100644 --- a/packages/cli/oas/medusa-oas-cli/redocly/redocly-config.yaml +++ b/packages/cli/oas/medusa-oas-cli/redocly/redocly-config.yaml @@ -17,6 +17,8 @@ decorators: - CustomerResponse ProductCategoryResponse: - ProductCategoryResponse + AdminShippingOption: + - AdminShippingOption # Similar config to /www/docs/docusaurus.config.js > redocusaurus # Allows to emulate rendering of API public documentation when using `yarn redocly preview-docs openapi.yaml`