Dollie Editor SDK guide
Catalog Discovery
Fix missing or stale discovered catalog packages.
Run:
npx dollie-editor discover
npx dollie-editor info --json
If a package is still missing, check that:
- it is installed in the current project;
- its
package.jsoncontains anx-dollie-editor.catalogmarker; - the marked export resolves;
- the export returns a valid
CatalogPackage; - the generated catalog module is imported by the application.
Discovery is a build-time convenience. The runtime only sees catalogs actually passed to createCatalog.