0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/apps
Fabien O'Carroll d31395412b Removed sandbox from apps service
no-issue

The instansiation of a Module object was only used so that we could
override the require method inside external apps, now we have no support
for them, we are free to require the internal apps directly. This has no
functionality change.
2019-04-16 11:05:33 +02:00
..
index.js Removed external app support from app service init 2019-04-16 11:05:33 +02:00
loader.js Removed sandbox from apps service 2019-04-16 11:05:33 +02:00
proxy.js Refactored app proxy module to not use Constructor 2019-04-16 11:05:33 +02:00