add cloudflare workers support for all frontends (#366)

This commit is contained in:
Aman Varshney
2025-07-05 15:51:26 +05:30
committed by GitHub
parent 6499f8cf04
commit d2674270a4
53 changed files with 1213 additions and 159 deletions

View File

@@ -140013,6 +140013,6 @@
}
],
"lastUpdated": "Jul 1, 2025, 03:45 AM",
"generatedAt": "2025-07-01T04:23:00.971Z",
"generatedAt": "2025-07-05T10:12:56.694Z",
"totalRecords": 5637
}

View File

@@ -144,6 +144,14 @@
"none"
],
"description": "API type"
},
"webDeploy": {
"type": "string",
"enum": [
"workers",
"none"
],
"description": "Web deployment"
}
},
"required": [
@@ -159,7 +167,8 @@
"auth",
"packageManager",
"dbSetup",
"api"
"api",
"webDeploy"
],
"additionalProperties": false
}