0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core
Hannah Wolfe 412d290a30
Refactored async helpers to use async/await (#14781)
- async/await makes the code easier to read
- also means we can get rid of usages of Promise, and some unnecessary usages of Bluebird
- this refactor is done for the 4 async helpers and the code that wraps async helpers so the whole pipeline is async/await and more understandable
2022-05-11 09:51:38 +01:00
..
client@5751899e5b Updated Admin to v4.46.0 2022-04-28 15:29:18 +01:00
frontend Refactored async helpers to use async/await (#14781) 2022-05-11 09:51:38 +01:00
server Added initial concept of calculated settings (#14766) 2022-05-10 21:49:38 +01:00
shared Added initial concept of calculated settings (#14766) 2022-05-10 21:49:38 +01:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Renamed settings index.js to settings-service.js 2022-05-10 20:55:31 +01:00
bridge.js Removed sync method from route settings loader 2022-04-28 15:37:09 +01:00