I have been testing out using env tags in wrangler on a mini project recently and found that I needed to manually deploy the code, then add in the bindings in cloudflare UI even though they were all in the toml file.
Is this normal, as I thought the toml file would do that config for you?
my vars get pushed fine, its just the [env.dev.vars.kv_namespaces] part that doesn't. It all matches up but I have to add it manually.
using the latest version of wrangler 2.8.1
