MIgrate adapter to Typescript

This commit is contained in:
GermanBluefox
2026-03-31 19:44:44 +02:00
parent 92140fe771
commit ebca1ad36c
39 changed files with 1176 additions and 1325 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
{
"plugins": ["iobroker", "license"]
"plugins": ["iobroker", "license"],
"exec": {
"before_commit": "npm run build"
}
}