chore: add initial module registry structure

This commit is contained in:
2026-05-10 21:32:06 +08:00
parent 0ea8dfc7d9
commit 95a30f147c
2 changed files with 13 additions and 0 deletions

13
registry/index.json Normal file
View File

@@ -0,0 +1,13 @@
{
"partner": {
"latestBuildable": {
"url": "https://github.com/slhaf/Partner.git",
"ref": "buildable/v0.5.0"
},
"latestRelease": {
"url": "url",
"version": "0.5.0"
}
},
"externalModules": []
}

View File