Ghost/core/server/web/parent
Naz b19424acb3 Moved vhost mounts into boot file
refs https://github.com/TryGhost/Toolbox/issues/152

- This stops the mounting of the admin and frontend from being buried deep in express initialisation
- Instead it's explicit, which makes two things almost possible:
   1. we can potentially boot the frontend or backend independently
   2. we can pass services and settings loaded during boot into the frontend
- This needs more work, but we can start to group all the frontend code together
- Meanwhile we also need to rip apart the routing and url services to decouple the frontend from the backend fully
- BABY STEPS!

Co-authored-by: Hannah Wolfe <erisds@gmail.com>
2021-12-06 21:28:53 +13:00
..
middleware Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
app.js Moved vhost mounts into boot file 2021-12-06 21:28:53 +13:00
backend.js Moved vhost mounts into boot file 2021-12-06 21:28:53 +13:00
frontend.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00