events-node: more resilient and configurable events service

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-10-17 15:43:58 +02:00
parent 232a9600f0
commit 4501631eef
8 changed files with 363 additions and 97 deletions
+6 -3
View File
@@ -39,7 +39,8 @@
}
},
"files": [
"dist"
"dist",
"config.d.ts"
],
"scripts": {
"build": "backstage-cli package build",
@@ -60,6 +61,8 @@
"devDependencies": {
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^"
}
"@backstage/cli": "workspace:^",
"msw": "^1.0.0"
},
"configSchema": "config.d.ts"
}