From 10c88157eb9597a38c88c5df4f8cc07ced480632 Mon Sep 17 00:00:00 2001 From: pyshx Date: Tue, 2 Jun 2026 11:33:21 +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..df869e2 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,18 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: quickjs-emscripten-sync + namespace: reearth + description: Provides a way to sync objects between browser and QuickJS + annotations: + github.com/project-slug: reearth/quickjs-emscripten-sync + links: + - url: https://github.com/reearth/quickjs-emscripten-sync + title: GitHub + icon: github + tags: + - typescript +spec: + type: service + lifecycle: production + owner: reearth/lib