mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 08:43:59 +03:00
b19424acb3
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> |
||
---|---|---|
.. | ||
client@eb63c30121 | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
bridge.js |