fix: node-22 runtime again, bum-1.1 not working
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user