feat: using Bun instead of Node.js\!
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user