gateway: handle sse events

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-04-14 18:22:52 +02:00
parent d00cedd79b
commit e6947e1790
4 changed files with 83 additions and 7 deletions
+3 -1
View File
@@ -45,6 +45,8 @@
"@backstage/backend-defaults": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@types/express": "^4.17.6"
"@types/express": "^4.17.6",
"eventsource": "^3.0.6",
"wait-for-expect": "^3.0.2"
}
}