This feature streamlines worker deployment by reviewing and updating key configurations after your code has been generated. It performs the following checks:
- Worker Configuration: Updates the
wrangler.toml file based on the generated code.
- Dependencies: Adjusts the
package.json file to include any required dependencies.
The agent will provide the suggested changes for these files in a comment, with placeholders for actual values.
### Tasks
- [ ] https://github.com/1712n/wall-e/issues/192
- [ ] https://github.com/1712n/wall-e/issues/193
This feature streamlines worker deployment by reviewing and updating key configurations after your code has been generated. It performs the following checks:
wrangler.tomlfile based on the generated code.package.jsonfile to include any required dependencies.The agent will provide the suggested changes for these files in a comment, with placeholders for actual values.