update registry

This commit is contained in:
2026-02-12 15:35:38 +01:00
parent d5f1dd6366
commit 46df21cba8
5 changed files with 426 additions and 16 deletions
+6
View File
@@ -11,6 +11,12 @@ class RegistryEntry(TypedDict, total=False):
# Manage your repositories, files, and folders here.
# Key = addon name you pass to `jeaddons add <name>`.
REGISTRY: dict[str, RegistryEntry] = {
"AddOn_CYCLE800_Turning": {
"repo": "xxx",
"path": "AddOn_CYCLE800_Turning/",
"ref": "main",
"dest": "AddOn/AddOn_CYCLE800_Turning/",
}
# "button": {
# "repo": "https://github.com/your-org/templates.git",
# "path": "src/components/Button.tsx",