Added clarifying note to bridge

- This question came up in an architecture meeting so I thought I would document it in place, immediately
This commit is contained in:
Hannah Wolfe 2021-09-30 15:43:37 +01:00
parent 857a6975d0
commit 3d47d11fd4
No known key found for this signature in database
GPG Key ID: 9F8C7532D0A6BA55

View File

@ -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');