feat(api): add elysia server for cloudflare workers

This commit is contained in:
Maze Winther
2026-06-21 14:59:52 +02:00
parent 107d7ab714
commit 8768f6dd8f
4 changed files with 139 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "opencut-api",
"main": "src/index.ts",
// Minimum date required for CloudflareAdapter AoT support
"compatibility_date": "2025-06-01"
}