feat: using Bun instead of Node.js\!

This commit is contained in:
2026-01-22 20:18:06 +01:00
parent 01fb0aedf5
commit e34cfe5af1
10 changed files with 80 additions and 154 deletions

View File

@@ -40,24 +40,22 @@
},
"functions": [
{
"$id": "696bbbc3002c837e20d9",
"$id": "697270190009ebe7e1a1",
"name": "aemet",
"runtime": "node-22",
"specification": "s-1vcpu-512mb",
"runtime": "bun-1.1",
"path": "functions/aemet",
"entrypoint": "src/main.ts",
"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"
"events": [],
"schedule": "",
"timeout": 15,
"commands": "bun install",
"scopes": [],
"specification": "s-0.5vcpu-512mb"
}
]
}