From 10eeccc21376806868be1409b13b93c7b49fc3d9 Mon Sep 17 00:00:00 2001 From: "dk-portal[bot]" <134092483+dk-portal[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 21:38:13 +0000 Subject: [PATCH] Auto commit from dk-cicd bot --- .vtex/catalog-info.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .vtex/catalog-info.yaml diff --git a/.vtex/catalog-info.yaml b/.vtex/catalog-info.yaml new file mode 100644 index 0000000..8dbe383 --- /dev/null +++ b/.vtex/catalog-info.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: order-manager + description: Centralizes the requests queue from Checkout IO to the Checkout API + and manages order form data. + annotations: + github.com/project-slug: vtex-apps/order-manager + vtex.com/o11y-os-index: "" + vtex.com/janus-acronym: "" + grafana/dashboard-selector: "" + backstage.io/techdocs-ref: dir:../ + tags: + - typescript + - react +spec: + type: library + lifecycle: experimental + owner: checkout-experience + system: checkout + dependsOn: + - component:checkout-graphql + subcomponentOf: checkout-cart