strongly type proxyConfig

Signed-off-by: Matt Benson <gudnabrsam@gmail.com>
This commit is contained in:
Matt Benson
2024-11-14 18:30:39 -06:00
parent 11b001cf4d
commit ca2f9c29de
6 changed files with 36 additions and 17 deletions
+3 -2
View File
@@ -49,11 +49,12 @@
},
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/types": "workspace:^"
"http-proxy-middleware": "^2.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@backstage/config": "workspace:^"
"@backstage/config": "workspace:^",
"@types/http-proxy-middleware": "^1.0.0"
}
}