Execute o plug -in strapi na startup

// plugin/config/functions/bootstrap.js
module.export = ()=>{
  // this code runs at startup
}
Emmanuel Mahuni