Hi,
I started working on Flow Actions and noticed that the runtime_url in the shopify.extension.toml file needs to be hard-coded. This poses a challenge when managing multiple app environments like dev, staging, and prod. Is there a way to address this?
2 Likes
Resolved: seems like this is what it is now. CLI team is aware and will improve that in the future. For now replacing it programatically is the way to go.
2 Likes
Hey Patrick, did you ever find a simple way to do this? Thanks