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

@@ -1,4 +1,6 @@
# aemet
# ⚡ Bun Starter Function
A simple starter function. Edit `src/main.ts` to get started and create something awesome! 🚀
## 🧰 Usage
@@ -35,11 +37,12 @@ Sample `200` Response:
| Setting | Value |
| ----------------- | ------------- |
| Runtime | Node (18.0) |
| Entrypoint | `src/main.js` |
| Build Commands | `npm install` |
| Runtime | Bun (1.0) |
| Entrypoint | `src/main.ts` |
| Build Commands | `bun install` |
| Permissions | `any` |
| Timeout (Seconds) | 15 |
| Scopes | `users.read` |
## 🔒 Environment Variables