Is it still not possible to create durable objects inside a pages project?

After the recent blog post about workers and pages moving together this would work soon

See also https://stackoverflow.com/questions/75473236/how-can-you-create-a-cloudflare-durable-object-in-a-pages-project
Stack Overflow
I have a Cloudflare Pages project (Built with Gatsby) that I wish to add a Durable Object to. Right now I can add workers by putting them into the functions directory of the project.
Cloudflare's
Was this page helpful?