Robert Bright

Results 2 comments of Robert Bright

> I put it in the `bootstrap` function located in [`./src/index.js`](https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/configurations/optional/functions.html#register) and it worked. ```js module.exports = { register() { // some sync code }, bootstrap({strapi}) { // generic subscribe...

> > Hello @derrickmehaffy, why did you move this issue in `documentation` ? Do i need to change something to make it works ? > > Because this isn't how...