addons: optional start mongodb based on AVX
This commit is contained in:
@@ -2482,7 +2482,8 @@ async function checkManifest(manifest) {
|
||||
return new BoxError(BoxError.BAD_FIELD, 'App version requires a new platform version');
|
||||
}
|
||||
|
||||
return null;
|
||||
const error = await services.checkAddonsSupport(manifest.addons || {});
|
||||
return error;
|
||||
}
|
||||
|
||||
async function createExec(app, options) {
|
||||
|
||||
Reference in New Issue
Block a user