run strapi plugin at startup code example
Example: run strapi plugin at startup
// plugin/config/functions/bootstrap.js
module.export = ()=>{
// this code runs at startup
}
// plugin/config/functions/bootstrap.js
module.export = ()=>{
// this code runs at startup
}