Is there are any way to inject template
Is there are any way to inject template variables or env vars to wrangler.jsonc?
2 Replies
For example, if you have a standalone application which CAN be hosted on Cloudflare Workers but mainly is designed to be hosted in the containerised environment and by design has config.yml file. How can I use config.yml file to control wrangler.jsonc?
It is not possible (out of the box) to dynamically generate the Wrangler config. You could write a script that converts the config.yml to wrangler.jsonc.