Answers for "run strapi plugin at startup"

0

run strapi plugin at startup

// plugin/config/functions/bootstrap.js
module.export = ()=>{
  // this code runs at startup
}
Posted by: Guest on March-28-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language