Is it possible to use the same DO for

Is it possible to use the same DO for two environments within a worker?

I'm seeing this error:
    - "env.dev" environment configuration
      - The following bindings are at the top level, but not on "env.dev".
        This is not what you probably want, since "durable_objects" configuration is not inherited
  by environments.
        Please add a binding for each to "env.dev.durable_objects.bindings":


but I don't want to create a separate DO for the dev environment
Was this page helpful?