Description
Currently we let users manually update the wrangler config, as stated here. This creates more manual work for the users, which we actually want to avoid.
There seems to be a way to update the wrangler config automatically, which we need to investigate on how we can make use of that. Nitro is already doing it automatically. Here's how nitro is doing it: https://github.com/nitrojs/nitro/blob/0316c6c681ae1abc570f73b0e8ba901638dfbe5a/src/presets/cloudflare/utils.ts#L314
Not in scope:
- Supporting frameworks within Cloudflare (for now we do have support in the docs directly)
Description
Currently we let users manually update the wrangler config, as stated here. This creates more manual work for the users, which we actually want to avoid.
There seems to be a way to update the wrangler config automatically, which we need to investigate on how we can make use of that. Nitro is already doing it automatically. Here's how nitro is doing it: https://github.com/nitrojs/nitro/blob/0316c6c681ae1abc570f73b0e8ba901638dfbe5a/src/presets/cloudflare/utils.ts#L314
-i cloudflareis supported by the Wizard.toml,.jsonand.jsoncextensions are adaptedNot in scope: