add cloudflare workers support (#326)

This commit is contained in:
Aman Varshney
2025-06-16 22:55:26 +05:30
committed by GitHub
parent 5fc1ba164e
commit b34e94a09e
34 changed files with 556 additions and 538 deletions

View File

@@ -132,6 +132,20 @@ export const TECH_OPTIONS = {
icon: "/icon/node.svg",
color: "from-green-400 to-green-600",
},
{
id: "workers",
name: "Cloudflare Workers (beta)",
description: "Serverless runtime for the edge",
icon: "/icon/workers.svg",
color: "from-orange-400 to-orange-600",
},
{
id: "none",
name: "No Runtime",
description: "No specific runtime",
icon: "",
color: "from-gray-400 to-gray-600",
},
],
backend: [
{