Exécutez le plugin Strapi au démarrage

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