mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
d9e8d9c148
- config now exposes a few helpful methods: getSubdir, getSiteUrl, and getAdminUrl - we can use these directly, instead of needing url-utils - switching this inside of the boot process allows us to move the loading of url-utils into `initCore` which happens after the server has started and the database is ready - this moves 100ms of loading time to later in the process - also simplifies the initial loading |
||
---|---|---|
.. | ||
client@f3f04b3b57 | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
bridge.js |