expand array

This commit is contained in:
Mads Rasmussen
2023-11-14 21:51:38 +01:00
parent 64379a0f3d
commit f685c495cb

View File

@@ -21,4 +21,4 @@ const store: ManifestStore = {
api: UmbDocumentTypeStore,
};
export const manifests = [repository, store, itemManifests];
export const manifests = [repository, store, ...itemManifests];