feat(streaming): add real-time streaming (MongoDB change streams & S3 bucket watchers) with WebSocket subscriptions and activity stream UI
This commit is contained in:
@@ -18,4 +18,9 @@ export const DeesElement = deesElement.DeesElement;
|
||||
|
||||
// @api.global scope
|
||||
import * as typedrequest from '@api.global/typedrequest';
|
||||
export { typedrequest };
|
||||
import * as typedsocket from '@api.global/typedsocket';
|
||||
export { typedrequest, typedsocket };
|
||||
|
||||
// @push.rocks scope
|
||||
import * as smartrx from '@push.rocks/smartrx';
|
||||
export { smartrx };
|
||||
|
||||
Reference in New Issue
Block a user