Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 585 Bytes

File metadata and controls

27 lines (17 loc) · 585 Bytes

⚡ Online Resume Appwrite Function

A Bun Appwrite function that returns an HTML page containing a resume

🧰 Usage

GET /

  • Returns an HTML page representing a resume

POST, PUT, PATCH, DELETE /

  • No response

⚙️ Configuration

Setting Value
Runtime Bun (1.0)
Entrypoint src/main.ts
Build Commands bun install
Permissions any
Timeout (Seconds) 15

🔒 Environment Variables

No environment variables required.