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 documentation indicates I should be able to add a binding through the dashboard, but there is no option to do so.
I have tried adding a custom wrangler.toml to the project, but it does not seem to have any effect.
How can I add a Cloudflare Durable Object to the project?