fix: respect certificates for app ping (#2198)

This commit is contained in:
Manuel
2025-01-30 23:12:45 +01:00
committed by GitHub
parent 77746278a3
commit d4154d259f
3 changed files with 34 additions and 5 deletions

View File

@@ -22,8 +22,10 @@
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@homarr/certificates": "workspace:^0.1.0",
"@homarr/common": "workspace:^0.1.0",
"@homarr/log": "workspace:^0.1.0"
"@homarr/log": "workspace:^0.1.0",
"pretty-print-error": "^1.1.2"
},
"devDependencies": {
"@homarr/eslint-config": "workspace:^0.2.0",