| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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){
}| Back | FazBrowse Home | New Git URL |