0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server/web/parent
Naz c12ae81ece Introduced "withFrontend" and "withBackend" flags in boot
refs https://github.com/TryGhost/Toolbox/issues/135

- These flags are meant to control initialization of sections of the boot sequence depending on the needs - with or without bakend (API)/frontend (public handlebars site)
- Ideally these flags should not be passed deep into the components, and if the are (like in the web/parent/app case) it's a smell that we need to move things up into the boot process!
2021-11-22 21:56:32 +13:00
..
middleware Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
app.js Introduced "withFrontend" and "withBackend" flags in boot 2021-11-22 21:56:32 +13:00
backend.js Improved Ghost boot time and memory usage by lazy loading routes 2021-10-15 17:52:07 +02:00
frontend.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00