From afe95af92b85cd0c59d2fd5cd14219b07626d9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20P=C5=82aza?= Date: Fri, 6 Sep 2024 14:18:13 +0200 Subject: [PATCH] Add backstage catalog-info.yaml --- catalog-info.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..598ffe038 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,10 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: openapi-typescript-codegen + annotations: + github.com/project-slug: 'thulium/openapi-typescript-codegen' +spec: + type: library + lifecycle: production + owner: frontend