feat: convert xml to utf-8

This commit is contained in:
2026-01-22 19:47:29 +01:00
parent 06ef233bcc
commit 01fb0aedf5
2 changed files with 8 additions and 5 deletions

View File

@@ -55,9 +55,9 @@
"timeout": 15,
"enabled": true,
"logging": true,
"entrypoint": "src/main.js",
"commands": "npm install",
"entrypoint": "dist/main.js",
"commands": "npm install && npm run build",
"path": "functions/aemet"
}
]
}
}