Set the global context reference.
Call this once during application bootstrap. Framework adapters call this automatically.
The context to make globally available.
1.2.0
const ctx = createSynapseContext(config);setGlobalContext(ctx); Copy
const ctx = createSynapseContext(config);setGlobalContext(ctx);
Set the global context reference.
Call this once during application bootstrap. Framework adapters call this automatically.