thanks for responding. is it expected that doing dev —remote would deploy a production asset? My u

thanks for responding.

is it expected that doing dev —remote would deploy a production asset?

My unrelated branch was failing to deploy because the toml file didn’t have a reference to a durable object that was only defined in a test branch. I can’t remember the exact error, but I had to add a migration in my unrelated branch to delete the existing durable object and then in a follow up, I needed to remove the migration because now there was no durable object to delete.

It was a headache because I didn’t even deploy the durable object intentionally
Was this page helpful?