From caa2b3d0a98f80864385bdb88aed7aec387c1913 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 21 Jul 2025 10:24:32 -0400 Subject: [PATCH] Add catalog-info.yaml config file --- 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 0000000..cef280b --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,10 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: nodejs-messaging-work-queue + annotations: + github.com/project-slug: lholmquist/nodejs-messaging-work-queue +spec: + type: other + lifecycle: unknown + owner: user:default/lholmquist