Using Durable Objects in Dev Environment
In my
I created a Durable Object at the top level and I get this message when I launch my Worker in
So I changed my configuration and added this under the
But I still get the same message. This is not how you add DOs to environments.
What am I doing wrong. I followed a similar example in the docs about adding a KV store to multiple environments.
wrangler.toml file I have this structure:I created a Durable Object at the top level and I get this message when I launch my Worker in
dev mode:So I changed my configuration and added this under the
dev section:But I still get the same message. This is not how you add DOs to environments.
What am I doing wrong. I followed a similar example in the docs about adding a KV store to multiple environments.
