mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add cloudflare workers support for all frontends (#366)
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user