fix(cli): add cloudflare workers types in apps/server when server deploy is alchemy

This commit is contained in:
Aman Varshney
2025-08-23 06:37:15 +05:30
parent a37827047c
commit 921560aa6f
3 changed files with 10 additions and 3 deletions

View File

@@ -22,7 +22,8 @@
{{else}}
"node",
"bun"
{{/if}}
{{/if}}{{#if (eq serverDeploy "alchemy")}},
"@cloudflare/workers-types"{{/if}}
]{{#unless (or (eq backend "convex") (eq backend "none"))}},
"composite": true{{/unless}},
"jsx": "react-jsx"{{#if (eq backend "hono")}},