passing https.cert and https.key options to the webpack dev server

Signed-off-by: Luka Siric <siric.luka@gmail.com>
This commit is contained in:
Luka Siric
2022-08-24 23:02:56 +02:00
parent bf340bcb4a
commit 221e951298
4 changed files with 43 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/cli': patch
'@backstage/core-app-api': patch
---
Added support for custom certificate for webpack dev server.