implement support for string form human durations in config

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-11-17 18:54:56 +01:00
parent 994506952c
commit d52d7f9935
19 changed files with 515 additions and 163 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
},
"dependencies": {
"@backstage/errors": "workspace:^",
"@backstage/types": "workspace:^"
"@backstage/types": "workspace:^",
"ms": "^2.1.3"
},
"devDependencies": {
"@backstage/cli": "workspace:^",