mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): add cloudflare workers types in apps/server when server deploy is alchemy
This commit is contained in:
@@ -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")}},
|
||||
|
||||
Reference in New Issue
Block a user