feat: implementing ActionRegistry service to register distributed actions

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-05-26 18:27:24 +02:00
parent 872c5a5e18
commit 04592af953
11 changed files with 667 additions and 2 deletions
+2 -1
View File
@@ -63,7 +63,8 @@
"@types/express": "^4.17.6",
"@types/luxon": "^3.0.0",
"knex": "^3.0.0",
"luxon": "^3.0.0"
"luxon": "^3.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",