mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-02 15:55:08 +03:00
3ea6df819c
- requiring lib/common/events makes the settings cache tightly coupled to the server
- moving this up to settings index means the cache itself can be moved to a shared component/moved out of Ghost
- the index then becomes the settings manager
- questionable whether the event listeners & updater part of this shouldn't be part of a manager, independent of the actual cache 🤔
|
||
---|---|---|
.. | ||
adapters | ||
api | ||
apps | ||
data | ||
helpers | ||
lib | ||
models | ||
server | ||
services | ||
shared | ||
web |