Ghost/core
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
..
client@eb63c30121 Updated Admin to v4.25.1 2021-12-03 16:00:37 +00:00
frontend Updated the spacing between toggle cards on frontend 2021-12-03 17:55:26 +01:00
server Moved vhost mounts into boot file 2021-12-06 21:28:53 +13:00
shared Added alpha flag for Before/After card 2021-12-02 12:29:11 +02:00
app.js Merged our two maintenance middleware into one 2021-11-24 11:27:18 +00:00
boot.js Moved vhost mounts into boot file 2021-12-06 21:28:53 +13:00
bridge.js Added missing async/await calls 2021-11-23 17:24:50 +00:00