module.exports = { backend: () => app => { require('./src/CollectionsInvitations')(app) }, }