chore: move signals client to fronend plugin

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2023-12-04 15:00:02 +02:00
parent 01d02b0d3b
commit 5e1a90daa2
20 changed files with 286 additions and 25 deletions
+2 -2
View File
@@ -22,8 +22,7 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/express": "^4.17.21"
"@backstage/cli": "workspace:^"
},
"files": [
"dist"
@@ -34,6 +33,7 @@
"@backstage/plugin-auth-node": "workspace:^",
"@backstage/plugin-events-node": "workspace:^",
"@backstage/types": "workspace:^",
"@types/express": "^4.17.21",
"express": "^4.17.1",
"uuid": "^8.0.0",
"winston": "^3.2.1",