events-backend: remove hub WebSocket implementation

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-05-23 09:57:37 +02:00
parent 3a966aff5f
commit aa0c6a389d
4 changed files with 7 additions and 383 deletions
-1
View File
@@ -19,7 +19,6 @@ import {
coreServices,
createBackendPlugin,
} from '@backstage/backend-plugin-api';
import { WebSocket } from 'ws';
import { eventsServiceRef } from '@backstage/plugin-events-node';
import { DefaultApiClient } from '../../events-node/src/generated';