Ghost/core
Naz 0586a73c6d Exposed async route settings loading method
refs https://linear.app/tryghost/issue/CORE-35/refactor-route-and-redirect-settings

- There's no reason for the boot to block the event by loading route settings sychronously
- The only leftover use of a sync loader might also be refactored in some way to avoid blocking the event loo - for example by caching the value on the service layer.
2021-09-28 04:59:41 +13:00
..
client@1e0d0a066d Updated Admin to v4.16.0 2021-09-23 16:04:56 +01:00
frontend Removed use of 'routes' parameter in route settings loader 2021-09-28 04:59:41 +13:00
server Exposed async route settings loading method 2021-09-28 04:59:41 +13:00
shared Moved default-routes.yaml file to backend 2021-09-28 04:59:41 +13:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Exposed async route settings loading method 2021-09-28 04:59:41 +13:00
bridge.js Removed unnecessary error parameter in bridge 2021-09-23 18:39:43 +02:00