Hello! I just got this error on a deploy: ```Cannot apply --delete-class migration to class 'Firebas
Hello! I just got this error on a deploy:
The DurableObjects documentation seems pretty clear:
The issue is that there already aren't any bindings to the DurableObject I'm removing + it's not referenced anywhere in the entire codebase. In fact, running CMD+F on the entire project just shows the expected two instances in my DO migrations:
Any idea what could be causing this? In order to unblock my deploy for now I'll readd the DO with an empty implementation.
The DurableObjects documentation seems pretty clear:
The issue is that there already aren't any bindings to the DurableObject I'm removing + it's not referenced anywhere in the entire codebase. In fact, running CMD+F on the entire project just shows the expected two instances in my DO migrations:
Any idea what could be causing this? In order to unblock my deploy for now I'll readd the DO with an empty implementation.
