Add bundles to individual files

This commit is contained in:
Sam Carlton 2022-04-26 19:54:41 -05:00
parent b684d59bdb
commit d55c0009f4

View file

@ -266,6 +266,11 @@ class BuildLists {
})
}
// Add App Bundles
if ( !!listEntry?.bundleIds ) {
listEntry.bundles = await this.getAppBundles( listEntry )
}
// console.log(`Saving endpoint "${endpoint}" to "${endpointPath}"`)
// Ensure the directory exists