From ef023123f337feaa327bff2b50ed114bd4db43b4 Mon Sep 17 00:00:00 2001 From: pyshx Date: Tue, 2 Jun 2026 19:35:07 +0530 Subject: [PATCH] chore: add Backstage catalog-info.yaml --- catalog-info.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..e62f6aa --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,18 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: react-align + namespace: reearth + description: An all-in-one alignment and drag 'n drop system for React + annotations: + github.com/project-slug: reearth/react-align + links: + - url: https://github.com/reearth/react-align + title: GitHub + icon: github + tags: + - typescript +spec: + type: service + lifecycle: production + owner: reearth/lib