From c4b760e44b7e0761c782067bc29eb2a47ed50b80 Mon Sep 17 00:00:00 2001 From: choysum-ci-bot Date: Fri, 12 Jun 2026 14:35:46 +0000 Subject: [PATCH] chore(modules): sync pointer for base --- modules/official/base.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/official/base.json diff --git a/modules/official/base.json b/modules/official/base.json new file mode 100644 index 0000000..3f04839 --- /dev/null +++ b/modules/official/base.json @@ -0,0 +1,10 @@ +{ + "$schema": "../../schemas/catalog-entry.schema.json", + "package": "@choysum-dev/base", + "trust": "official", + "maintainers": [ + { + "github": "choysum-dev" + } + ] +}