From 3d47d11fd41ea8187e4fa3ddf2f06d56e2376d16 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 30 Sep 2021 15:43:37 +0100 Subject: [PATCH] Added clarifying note to bridge - This question came up in an architecture meeting so I thought I would document it in place, immediately --- core/bridge.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/bridge.js b/core/bridge.js index d8c38e855a..a08ab60b70 100644 --- a/core/bridge.js +++ b/core/bridge.js @@ -7,6 +7,7 @@ * Eventually, the aim is to make this a component that is initialized on boot and is either handed to or actively creates the frontend, if the frontend is desired. * * This file is a great place for all the cross-component event handling in lieu of refactoring + * NOTE: You may require anything from shared, the frontend or server here - it is the one place (other than boot) that is allowed :) */ const debug = require('@tryghost/debug')('bridge');