From ec9e436e2d7369ea0f7b7e560b2f81d2e7105785 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 14 Jul 2025 11:30:00 -0400 Subject: [PATCH 1/2] 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..1dc5794 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,10 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: angular-web-app + annotations: + github.com/project-slug: lholmquist/angular-web-app +spec: + type: other + lifecycle: unknown + owner: user:default/guest From 79455ca4c9e127a6ad001dc3dcc7a1eb1ea6e7b8 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 14 Jul 2025 11:32:13 -0400 Subject: [PATCH 2/2] Add catalog-info.yaml config file