Spool to run a bootstrap function when Fabrix server is ready.
Load in your spool config.
// config/main.ts
export const main = {
// ...
spools: [
require('@fabrix/spool-bootstrap').BootstrapSpool
]
}
// config/bootstrap.ts
export const bootstrap = function(app){
}