fix: deleted node function, bum working properly

This commit is contained in:
2026-01-23 13:24:51 +01:00
parent ea7cd0c954
commit 4ee0424815
13 changed files with 45 additions and 501 deletions

View File

@@ -39,26 +39,6 @@
}
},
"functions": [
{
"$id": "6972ac200017d1159562",
"name": "aemet-node",
"runtime": "node-22",
"specification": "s-1vcpu-512mb",
"execute": [
"any"
],
"events": [],
"scopes": [
"users.read"
],
"schedule": "",
"timeout": 15,
"enabled": true,
"logging": true,
"entrypoint": "dist/main.js",
"commands": "npm install && npm run build",
"path": "functions/aemet-node"
},
{
"$id": "69736073000fadb92a9f",
"name": "aemet",
@@ -80,4 +60,4 @@
"path": "functions/aemet"
}
]
}
}