fix: node-22 runtime again, bum-1.1 not working

This commit is contained in:
2026-01-23 00:21:19 +01:00
parent e34cfe5af1
commit 575a06a41b
10 changed files with 152 additions and 78 deletions

View File

@@ -40,22 +40,24 @@
},
"functions": [
{
"$id": "697270190009ebe7e1a1",
"$id": "6972ac200017d1159562",
"name": "aemet",
"runtime": "bun-1.1",
"path": "functions/aemet",
"entrypoint": "src/main.ts",
"runtime": "node-22",
"specification": "s-1vcpu-512mb",
"execute": [
"any"
],
"enabled": true,
"logging": true,
"events": [],
"scopes": [
"users.read"
],
"schedule": "",
"timeout": 15,
"commands": "bun install",
"scopes": [],
"specification": "s-0.5vcpu-512mb"
"enabled": true,
"logging": true,
"entrypoint": "dist/main.js",
"commands": "npm install && npm run build",
"path": "functions/aemet"
}
]
}