fix: node-22 runtime again, bum-1.1 not working
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
# ⚡ Bun Starter Function
|
||||
|
||||
A simple starter function. Edit `src/main.ts` to get started and create something awesome! 🚀
|
||||
# aemet
|
||||
|
||||
## 🧰 Usage
|
||||
|
||||
@@ -37,12 +35,11 @@ Sample `200` Response:
|
||||
|
||||
| Setting | Value |
|
||||
| ----------------- | ------------- |
|
||||
| Runtime | Bun (1.0) |
|
||||
| Entrypoint | `src/main.ts` |
|
||||
| Build Commands | `bun install` |
|
||||
| Runtime | Node (18.0) |
|
||||
| Entrypoint | `src/main.js` |
|
||||
| Build Commands | `npm install` |
|
||||
| Permissions | `any` |
|
||||
| Timeout (Seconds) | 15 |
|
||||
| Scopes | `users.read` |
|
||||
|
||||
## 🔒 Environment Variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user