feat: add ignore-certificate-errors option for self-signed TLS

This commit is contained in:
2026-08-28 09:58:58 -06:00
parent f98043c21b
commit 973d5686fc
14 changed files with 149 additions and 8 deletions
+2 -1
View File
@@ -23,6 +23,7 @@
"typescript": "^5.7.3"
},
"dependencies": {
"@elgato/streamdeck": "^2.1.1"
"@elgato/streamdeck": "^2.1.1",
"undici": "^6.28.0"
}
}