feat(client): add json-render catalog and registry (#67)

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-13 23:56:34 +00:00
committed by GitHub
parent c78ad25f0d
commit d3452dd452
5 changed files with 122 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
export { catalog } from "./catalog"
export { registry } from "./registry"